commit: 0daf83ba7ed8fabe9ba1d3b98aca14974ea559e7
Author: Alex Legler <alex <AT> a3li <DOT> li>
AuthorDate: Thu Aug 25 17:00:12 2016 +0000
Commit: Alex Legler <a3li <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 17:00:12 2016 +0000
URL: https://gitweb.gentoo.org/sites/www.git/commit/?id=0daf83ba
Adapt secondary nav display logic for Jekyll 3
_includes/layout/header.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_includes/layout/header.html b/_includes/layout/header.html
index fbb211a..433530f 100644
--- a/_includes/layout/header.html
+++ b/_includes/layout/header.html
@@ -58,7 +58,7 @@
</div>
</div>
</nav>
- {% if page.nav2-display == true %}
+ {% if page.nav2-display == true or layout.nav2-display == true %}
<nav class="navbar navbar-grey navbar-stick" role="navigation">
<div class="container">
<div class="row">
@@ -79,4 +79,4 @@
</div>
</nav>
{% endif %}
-</header>
\ No newline at end of file
+</header>