_includes/navbar.html in jekyll-zeta-0.9.4.2 vs _includes/navbar.html in jekyll-zeta-0.9.4.3

- old
+ new

@@ -1,5 +1,7 @@ + +{% unless page.hideNavBar %} {%- if site.title.size > 0 %} <h1> <a href="{{ '/' | relative_url }}"> {{ site.title }} </a></h1> {%- endif -%} {%- capture currentUrl -%}{{ page.url | relative_url}}{%- endcapture %} <nav> @@ -33,5 +35,6 @@ {%- endif -%} </li> {%-endfor-%} </ul> </nav> +{% endunless %} \ No newline at end of file