aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/categories.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--categories.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/categories.html b/categories.html
index 06f14ce..a8a9023 100644
--- a/categories.html
+++ b/categories.html
@@ -4,6 +4,7 @@ title: Categories
groups:
- navbar
navbar_link: <span class="glyphicon glyphicon-th-list"></span>&nbsp;Categories
+navbar_priority: 2
---
{% for category in site.categories %}
<h1><a class="category" href="{{ site.baseurl }}{{ category[0] | slugify: 'pretty' }}">{{ category[0] }}</a></h1>