aboutsummaryrefslogtreecommitdiffstats
path: root/tuxlite_tbs
diff options
context:
space:
mode:
authorMatts <s@tuxlite.com>2012-02-11 06:12:47 -0500
committerMatts <s@tuxlite.com>2012-02-11 06:12:47 -0500
commit79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f (patch)
tree8591f687ba1ddbd6313e9736e2b1d5fe12c6fffe /tuxlite_tbs
parent7317bd823209a6b81bf6b94e778322dcfdd29812 (diff)
downloadpelican-themes-79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f.zip
pelican-themes-79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f.tar.gz
pelican-themes-79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f.tar.bz2
Removed if loop from base.html. page.category|lower = documentation
Diffstat (limited to 'tuxlite_tbs')
-rw-r--r--tuxlite_tbs/templates/base.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/tuxlite_tbs/templates/base.html b/tuxlite_tbs/templates/base.html
index 1689827..33145b4 100644
--- a/tuxlite_tbs/templates/base.html
+++ b/tuxlite_tbs/templates/base.html
@@ -35,9 +35,7 @@
{% if DISPLAY_PAGES_ON_MENU %}
{% for page in PAGES %}
- {% if page.category|lower != "documentation" %}
<li><a href="{{ SITEURL }}/pages/{{ page.url }}">{{ page.title }}</a></li>
- {% endif %}
{% endfor %}
{% endif %}
</ul>