diff --git a/theme/wttf/templates/base.html b/theme/wttf/templates/base.html index 47992aa..8f82f18 100644 --- a/theme/wttf/templates/base.html +++ b/theme/wttf/templates/base.html @@ -4,7 +4,7 @@ {% block head %} {% block title %}{{ SITENAME }}{% endblock title %} - + {% if FEED_ALL_ATOM %} @@ -41,7 +41,7 @@ Welcome to the Federation diff --git a/theme/wttf/templates/index.html b/theme/wttf/templates/index.html index 4167386..d214f45 100644 --- a/theme/wttf/templates/index.html +++ b/theme/wttf/templates/index.html @@ -18,7 +18,7 @@ {% for tag in article.tags %} - + {% endfor %} @@ -62,7 +62,7 @@ {% for tag in article.tags %} - + {% endfor %}