From 2e90f71d547dd9294a26861b66b6344bc49ab9af Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Sat, 17 Dec 2022 22:07:08 +0100 Subject: theme: change to after-dark --- templates/index.html | 104 --------------------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index c1cd4e8..0000000 --- a/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