From 2cda5b615eb84f0582d68be7685f95b3f333a08e Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 9 May 2021 23:05:00 +0200 Subject: add hyde index.html override (vanilla commit) --- templates/index.html | 71 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 templates/index.html diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..bc5cca2 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,71 @@ + + + + + + + + + + + {% block title %}{{ config.title }}{% endblock title %} + + + + + + + + {% if config.generate_feed %} + + {% endif %} + + {% block extra_head %} + {% endblock extra_head %} + + + + {% block sidebar %} + + {% endblock sidebar %} + +
+ {% block content %} +
+ {% for page in section.pages | reverse %} +
+

+ + {{ page.title }} + +

+ + +
+ {% endfor %} +
+ {% endblock content %} +
+ + + + -- cgit v1.2.3