diff --git a/woodwind/templates/feed.jinja2 b/woodwind/templates/feed.jinja2
index f6bbcec..a06ee57 100644
--- a/woodwind/templates/feed.jinja2
+++ b/woodwind/templates/feed.jinja2
@@ -23,7 +23,7 @@
{% if all_tags %}
- {% for tag in all_tags %}
+ {% for tag in all_tags|sort %}
{{ tag }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %}