From 973bcbc8e3e7ec499d9c40cc33bbd1e1e48a39cc Mon Sep 17 00:00:00 2001 From: Jennifer C J Radtke Date: Sat, 17 Feb 2024 19:58:48 +0000 Subject: [PATCH] add index for reflection posts --- reflection-index.html | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 reflection-index.html diff --git a/reflection-index.html b/reflection-index.html new file mode 100644 index 0000000..f053d1b --- /dev/null +++ b/reflection-index.html @@ -0,0 +1,76 @@ + + + + + + + {% if meta.title %}{{ meta.title }} | {% endif %}{{ site_title }} + {% if meta.description %} + + {% endif %} + {% if meta.robots %} + + {% endif %} + + + + + + + + + + + + + + + + +
+
+
+

{{ site_title }}

+ +
+
+
+ +
+
+ {{ content }} + {% for page in pages("Reflections")|sort_by("time")|reverse if not page.hidden %} +
+

{{ page.title }}

+

{{ page.date_formatted }}

+

{{ page.description }}

+
+{% endfor %} +
+
+ + + + + + +