From 12f52e2a1926a6365f310663236596bfb0e1fe4d Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 4 Jan 2023 19:53:13 +0100 Subject: remove themes --- overlays/hyde/templates/index.html | 104 ------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 overlays/hyde/templates/index.html (limited to 'overlays/hyde/templates/index.html') diff --git a/overlays/hyde/templates/index.html b/overlays/hyde/templates/index.html deleted file mode 100644 index c1cd4e8..0000000 --- a/overlays/hyde/templates/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - - - - - {% 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 %} - -
-

- - {{ page.title }} - -

- - - - - {% if page.taxonomies.tags %} - {% for tag in page.taxonomies.tags %} - #{{ tag }} - {% endfor %} - {% endif %} - - -
- {% endfor %} -
- {% endblock content %} -
- - -
-
-
- - - - - - - - -- cgit v1.2.3