Relative links for everything

This commit is contained in:
2020-05-31 20:16:32 +02:00
parent 71ca73347a
commit aadcc8ee6c
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
<dl>
{% for article in dates %}
<dt>{{ article.locale_date }}</dt>
<dd><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></dd>
<dd><a href="./{{ article.url }}">{{ article.title }}</a></dd>
{% endfor %}
</dl>
{% endblock %}