diff options
-rw-r--r-- | bootstrap2/templates/base.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap2/templates/base.html b/bootstrap2/templates/base.html index d96470e..a5ffa2f 100644 --- a/bootstrap2/templates/base.html +++ b/bootstrap2/templates/base.html @@ -75,6 +75,7 @@ {% endfor %} <li class="divider-vertical"></li> {% endif %} + {% if DISPLAY_CATEGORIES_ON_MENU %} {% for cat, null in categories %} <li {% if cat == category %}class="active"{% endif %}> <a href="{{ SITEURL }}/{{ cat.url }}"> @@ -82,6 +83,7 @@ </a> </li> {% endfor %} + {% endif %} <ul class="nav pull-right"> <li><a href="{{ SITEURL }}/archives.html"><i class="icon-th-list"></i>Archives</a></li> |