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 5e1fa15da6..3c0cc06f10 100644
--- a/users/tazjin/homepage/feed.nix
+++ b/users/tazjin/homepage/feed.nix
@@ -14,7 +14,7 @@ let
     title = post.title;
     content = readFile (renderMarkdown post.content);
     published = post.date;
-    updated = post.date; # TODO(tazjin): this should be distinct from published
+    updated = post.updated or post.date;
 
     links = singleton {
       rel = "alternate";