diff --git a/templates/archives.html b/templates/archives.html index 637213a..cd12950 100644 --- a/templates/archives.html +++ b/templates/archives.html @@ -8,7 +8,7 @@
{% for article in dates %}
{{ article.locale_date }}
-
{{ article.title }}
+
{{ article.title }}
{% endfor %}
{% endblock %} diff --git a/templates/article.html b/templates/article.html index b60577c..ca86048 100644 --- a/templates/article.html +++ b/templates/article.html @@ -25,7 +25,7 @@

- {{ article.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} @@ -40,7 +40,7 @@ {% endif %} {% if article.authors %}
- By {% for author in article.authors %}{{ author }}{% endfor %} + By {% for author in article.authors %}{{ author }}{% endfor %}
{% endif %} @@ -51,14 +51,14 @@