diff --git a/content/tags-list.njk b/content/tags-list.njk
index 2ba0abb..6e55603 100644
--- a/content/tags-list.njk
+++ b/content/tags-list.njk
@@ -9,7 +9,7 @@ Click on a tag to see all posts on the topic.
-{% for tag in collections.all | getAllTags | filterTagList %}
+{% for tag in collections.all | getAllTags | filterTagList | sort(false, false, tag) %}
{% set tagUrl %}/tags/{{ tag | slugify }}/{% endset %}
- {{ tag }}
{% endfor %}