Skip to content

Commit

Permalink
Use correct export date for blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
chip2n committed Sep 13, 2024
1 parent 8b11d14 commit e784508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
`(page ,@attrs
(page-header :title (post-header ,post))
(:div :class "post-meta-bar"
(:span "2024-01-01")
(:span (post-date ,post))
(:ul :class "h-menu"
(loop for tag in (post-tags ,post)
do (:li :class "post-meta-bar-tag" (str:concat "#" tag)))))
Expand Down

0 comments on commit e784508

Please sign in to comment.