aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/templates/taglist.html
diff options
context:
space:
mode:
Diffstat (limited to 'mnmlist/templates/taglist.html')
-rw-r--r--mnmlist/templates/taglist.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mnmlist/templates/taglist.html b/mnmlist/templates/taglist.html
index 0f4862d..c792fd7 100644
--- a/mnmlist/templates/taglist.html
+++ b/mnmlist/templates/taglist.html
@@ -1,2 +1,2 @@
-{% if article.tags %}<p>tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/tag/{{ tag }}.html">{{ tag }}</a>{% endfor %}</p>{% endif %}
+{% if article.tags %}<p>tags: {% for tag in article.tags %}<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% endfor %}</p>{% endif %}
{% if PDF_PROCESSOR %}<p><a href="{{ SITEURL }}/pdf/{{ article.slug }}.pdf">get the pdf</a></p>{% endif %}