aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3
diff options
context:
space:
mode:
authorMarc-Antoine Parent <maparent@acm.org>2016-10-22 17:39:30 -0400
committerMarc-Antoine Parent <maparent@acm.org>2016-10-22 17:39:30 -0400
commit7e95f5c996ad7a15716e95a79ddc8564faecd22b (patch)
tree0deeac036b3f88b92b09fc3956a9ec47e7afd276 /pelican-bootstrap3
parent6e787e9774ddad1b86ce2c3087a4490df457e004 (diff)
downloadpelican-themes-7e95f5c996ad7a15716e95a79ddc8564faecd22b.tar.gz
missing nav-toggle (PAGES is pages)
Diffstat (limited to 'pelican-bootstrap3')
-rw-r--r--pelican-bootstrap3/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index 7c041d5..9c292e6 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -105,7 +105,7 @@
<div class="navbar {% if BOOTSTRAP_NAVBAR_INVERSE %}navbar-inverse{% else %}navbar-default{% endif %} navbar-fixed-top" role="navigation">
<div class="container{% if BOOTSTRAP_FLUID %}-fluid{% endif %}">
<div class="navbar-header">
- {% if MENUITEMS or (PAGES and DISPLAY_PAGES_ON_MENU) or (categories and DISPLAY_CATEGORIES_ON_MENU) %}
+ {% if MENUITEMS or (pages and DISPLAY_PAGES_ON_MENU) or (categories and DISPLAY_CATEGORIES_ON_MENU) %}
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>