diff --git a/templates/index.html b/templates/index.html index 36c5ebd..8ae52dc 100644 --- a/templates/index.html +++ b/templates/index.html @@ -6,41 +6,38 @@ - + - + {% block title %}{{ config.title }}{% endblock title %} {% if config.extra.zulma_theme %} - + {% else %} - + {% endif %} {% if config.generate_rss %} - + {% endif %} {% block css %} {% if config.extra.zulma_theme %} - + {% else %} - + {% endif %} {% endblock css %} + {% if config.build_search_index %} + + + {% endif } + {% block extra_head %} {% endblock extra_head %} @@ -86,14 +83,12 @@ {% endblock content %} - - - - + + + + {% if config.build_search_index %} + + {% endif %} \ No newline at end of file