From 088c87bcb58be576308da503d4f11a68843c5013 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Mon, 1 Jul 2024 16:23:43 -0400 Subject: Initial new commit --- _layouts/all_posts.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _layouts/all_posts.html (limited to '_layouts/all_posts.html') diff --git a/_layouts/all_posts.html b/_layouts/all_posts.html new file mode 100644 index 0000000..182a2d0 --- /dev/null +++ b/_layouts/all_posts.html @@ -0,0 +1,12 @@ +--- +layout: default +--- + +

{{ page.title }}

+ +{{ content }} + +{% for post in site.posts %} + {{ post.date | date: "%B %-d, %Y" }}
{{ post.title }}

+{% endfor %} + -- cgit v1.2.3-70-g09d2