diff -r 0bcf355064e5 -r 33cd55d481ba theme/templates/base.html
--- a/theme/templates/base.html Wed Oct 16 21:51:50 2019 +0200
+++ b/theme/templates/base.html Wed Oct 16 21:52:38 2019 +0200
@@ -12,28 +12,28 @@
{% block title %}{{ SITENAME }}{% endblock title %}
{% if FEED_ALL_ATOM %}
-
+
{% endif %}
{% if FEED_ALL_RSS %}
-
+
{% endif %}
{% if FEED_ATOM %}
-
+
{% endif %}
{% if FEED_RSS %}
-
+
{% endif %}
{% if CATEGORY_FEED_ATOM and category %}
-
+
{% endif %}
{% if CATEGORY_FEED_RSS and category %}
-
+
{% endif %}
{% if TAG_FEED_ATOM and tag %}
-
+
{% endif %}
{% if TAG_FEED_RSS and tag %}
-
+
{% endif %}
{% if PIWIK %}
{{PIWIK}}
@@ -44,7 +44,7 @@
{{ stylesheet }}
{% endfor %}
{% endif %}
-
+
{% if article.javascripts %}
{% for javascript in article.javascripts %}
{{ javascript }}
@@ -52,7 +52,7 @@
{% endif %}
{% endif %}
- {% endblock head %}
+ {% endblock head %}
@@ -68,7 +68,7 @@
{% set cnt=cnt-1 %}
{% endif %}
{% endfor %}
-
+
{% block pageheader %}
@@ -93,7 +93,7 @@
{% block sidecontent %}
- {% endblock %}
+ {% endblock %}