about summary refs log tree commit diff
path: root/users/tazjin/homepage
diff options
context:
space:
mode:
Diffstat (limited to 'users/tazjin/homepage')
-rw-r--r--users/tazjin/homepage/feed.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/tazjin/homepage/feed.nix b/users/tazjin/homepage/feed.nix
index 2c6634e659..2a033444e8 100644
--- a/users/tazjin/homepage/feed.nix
+++ b/users/tazjin/homepage/feed.nix
@@ -22,7 +22,7 @@ let
     };
   });
 
-  allEntries = (map blog.toFeedEntry depot.users.tazjin.blog.posts)
+  allEntries = (with depot.users.tazjin.blog; map (blog.toFeedEntry config) posts)
              ++ (map pageEntryToEntry pageEntries);
 
   feed = {