Browse Source

sort the tags for display..

main
John-Mark Gurney 3 years ago
parent
commit
ab0724dc36
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      layout/blog.j2

+ 1
- 1
layout/blog.j2 View File

@@ -12,7 +12,7 @@

{% if resource.meta.tags %}
<ul class="tags clear">
{% for tag in resource.meta.tags %}
{% for tag in resource.meta.tags|sort %}
<li>
<a class="small" href="{{ content_url('search/label/'~tag~'.html') }}">
{{ tag }}


Loading…
Cancel
Save