simplified some loops, added day2.md to test new footer date functionality

This commit is contained in:
2026-03-10 23:59:17 +00:00
parent 18d151e0cf
commit 4ef81c59bf
8 changed files with 83 additions and 23 deletions

View File

@@ -9,6 +9,6 @@ templ PostPageFull(post models.Post) {
<main>
@PostDetail(post)
</main>
@Footer()
@Footer(post.PublishedAt)
}
}