summaryrefslogtreecommitdiff
path: root/tags.html
diff options
context:
space:
mode:
Diffstat (limited to 'tags.html')
-rw-r--r--tags.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tags.html b/tags.html
index 5e216cb..fa3e724 100644
--- a/tags.html
+++ b/tags.html
@@ -7,12 +7,12 @@ group: navigation
{% include JB/setup %}
<ul class="tag_box inline">
- {% assign tags_list = site.tags %}
+ {% assign tags_list = site.tags order:decending %}
{% include JB/tags_list %}
</ul>
-{% for tag in site.tags %}
+{% for tag in site.tags order:decending %}
<h2 id="{{ tag[0] }}-ref">{{ tag[0] }}</h2>
<ul>
{% assign pages_list = tag[1] %}