From 01a2f10cfa100996e18e52f245f0be2baf545a00 Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 16 Sep 2025 18:18:10 -0400 Subject: initial commit --- layouts/partials/all-posts.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 layouts/partials/all-posts.html (limited to 'layouts/partials/all-posts.html') diff --git a/layouts/partials/all-posts.html b/layouts/partials/all-posts.html new file mode 100644 index 0000000..77d8a18 --- /dev/null +++ b/layouts/partials/all-posts.html @@ -0,0 +1,7 @@ +{{ range $index, $page := where .Site.RegularPages "Section" "blog" }} +
+ {{ $page.Date.Format "January 2, 2006" }} +
+ {{ $page.Title }} +
+{{ end }} -- cgit v1.2.3