diff options
author | Matts <s@tuxlite.com> | 2012-02-11 06:12:47 -0500 |
---|---|---|
committer | Matts <s@tuxlite.com> | 2012-02-11 06:12:47 -0500 |
commit | 79d93cef80c36fd9a7818d9c4ad0fadeca67fd5f (patch) | |
tree | 8591f687ba1ddbd6313e9736e2b1d5fe12c6fffe /tuxlite_tbs | |
parent | 7317bd823209a6b81bf6b94e778322dcfdd29812 (diff) | |
download | pelican-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.html | 2 |
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> |