diff options
Diffstat (limited to '')
-rw-r--r-- | templates/macros.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/macros.html b/templates/macros.html index 4c44ea3..ccce644 100644 --- a/templates/macros.html +++ b/templates/macros.html @@ -34,7 +34,7 @@ {%- endmacro render_pagination -%} {%- macro render_tags(tags) %} -{%- for tag in tags %} +{%- for tag in tags | sort %} <li><a class="tag" href="{{ get_taxonomy_url(kind="tags", name=tag) }}">{{ tag }}</a></li> {%- endfor %} {%- endmacro render_tags %} |