From 271298a9763515e1735abc5a68eff102c3d676c4 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 21 Dec 2022 23:45:30 +0100 Subject: initial version of own template --- templates/index.html | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..8187404 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,47 @@ + + + + + + + + + + + {{ config.title }} + + + + {% if config.extra.header_links %} +
+ +
+ {% endif %} + + {% block content %} +

{{ config.description }}

+
+ {% for page in section.pages %} +
+
+

+ {{ page.title }} +

+ + @{{ page.date | date(format="%F") }} | {{ page.reading_time }} minute read + +
+
+ {% endfor %} +
+ {% endblock content %} + + + + -- cgit v1.2.3