diff --git a/templates/base-page.html b/templates/base-page.html index f05187a..e2d9a2a 100644 --- a/templates/base-page.html +++ b/templates/base-page.html @@ -1,15 +1,15 @@

{{ page.title }}

{% if page.toc and page.extra.toc %} - {% include "toc.html" %} + {% include "toc.html" %} {% endif %} {{ page.content | safe }}

- {% if page.taxonomies.tags %} - {% for tag in page.taxonomies.tags %} - /{{ tag }}/ - {% endfor %} - {% endif %} + {% if page.taxonomies.tags %} + {% for tag in page.taxonomies.tags %} + /{{ tag }}/ + {% endfor %} + {% endif %}

diff --git a/templates/blog-page.html b/templates/blog-page.html index 5f2a8ad..73686a1 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -4,11 +4,9 @@
../{{ page.slug }}
{% if config.extra.author and config.extra.display_author == true %} - + {% endif %} -
-{% include "base-page.html" %} -
+
{% include "base-page.html" %}
{% endblock content %} diff --git a/templates/footer.html b/templates/footer.html index f3fc5c7..d6a3785 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,13 +1,13 @@
-
-

Licensed under the MIT License.
- Built with Zola combining the anemone and hello-friend-ng themes.
-

-
- {% if config.generate_feed %} -
- -
- {% endif %} +
+

Licensed under the MIT License.
+ Built with Zola combining the anemone and hello-friend-ng themes.
+

+
+ {% if config.generate_feed %} +
+ +
+ {% endif %}
diff --git a/templates/head.html b/templates/head.html index cba7f2a..03800d5 100644 --- a/templates/head.html +++ b/templates/head.html @@ -119,23 +119,23 @@ {% endblock css %}