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 %} +
+
+ + + + + + +