From ff484f854e352299dd3a65e9f6d7f0cce7d79631 Mon Sep 17 00:00:00 2001 From: "Henner M. Kruse" Date: Sun, 31 May 2020 20:16:32 +0200 Subject: [PATCH] Relative links for everything --- 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 cd12950..637213a 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 ca86048..b60577c 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 @@