diff --git a/website/common/templates/common/content-details.html b/website/common/templates/common/content-details.html index b326719..006af58 100644 --- a/website/common/templates/common/content-details.html +++ b/website/common/templates/common/content-details.html @@ -27,7 +27,7 @@ - {% for tag in page.tags.all %} + {% for tag in page.tags.all|dictsort:"slug" %} #{{ tag.slug }} {% endfor %}