From a5d0f0f6abb1bacf347eb6ce668457cc2e36797a Mon Sep 17 00:00:00 2001 From: haemka Date: Sun, 31 May 2020 21:59:18 +0200 Subject: [PATCH] Revert "Relative links for everything" This reverts commit ff484f854e352299dd3a65e9f6d7f0cce7d79631. --- templates/archives.html | 2 +- templates/article.html | 8 ++++---- templates/authors.html | 2 +- templates/base.html | 8 ++++---- templates/categories.html | 2 +- templates/index.html | 4 ++-- templates/pagination.html | 4 ++-- templates/period_archives.html | 2 +- templates/tags.html | 2 +- templates/translations.html | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) 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 @@