Revert "Relative links for everything"

This reverts commit ff484f854e.
This commit is contained in:
2020-05-31 21:59:18 +02:00
parent 156c0eaa89
commit 8f1eaed231
10 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<h1>Categories on {{ SITENAME }}</h1>
<ul>
{% for category, articles in categories|sort %}
<li><a href="./{{ category.url }}">{{ category }}</a> ({{ articles|count }})</li>
<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a> ({{ articles|count }})</li>
{% endfor %}
</ul>
{% endblock %}