Relative links for everything

This commit is contained in:
2020-05-31 20:16:32 +02:00
parent 71ca73347a
commit 156c0eaa89
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<h1>Authors on {{ SITENAME }}</h1>
<ul>
{% for author, articles in authors|sort %}
<li><a href="{{ SITEURL }}/{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
<li><a href="./{{ author.url }}">{{ author }}</a> ({{ articles|count }})</li>
{% endfor %}
</ul>
{% endblock %}