diff --git a/src/ablog/templates/postcard2.html b/src/ablog/templates/postcard2.html
index 5dbdfb3b..36e7b188 100644
--- a/src/ablog/templates/postcard2.html
+++ b/src/ablog/templates/postcard2.html
@@ -71,7 +71,7 @@
{% else %} {{ gettext('Tag') }}: {% endif %}{% endif %}
- {% for coll in post.tags %} {% if coll|length %}
+ {% for coll in post.tags|sort %} {% if coll|length %}
{{ coll }}
{% if loop.index < post.tags|length %} {% endif %} {% else %} {{ coll }} {%
if loop.index < post.tags|length %} {% endif %} {% endif %} {% endfor %}