summaryrefslogtreecommitdiff
path: root/tags.html
diff options
context:
space:
mode:
authorrautenberg <rautenberg@in-silico.ch>2014-02-26 18:11:51 +0100
committerrautenberg <rautenberg@in-silico.ch>2014-02-26 18:11:51 +0100
commite3594f1dc22d74c4d931a421b4e565c938fb1eb7 (patch)
tree5991ca248af1abe8486d0a2e140d005c215eb705 /tags.html
parent7e768f3a76a93887531d2eb8dc705577d3bbeb8d (diff)
test commit
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] %}