Update header.html

This commit is contained in:
Andrew Banchich 2016-08-26 01:28:41 +00:00
parent e2e5dc27e8
commit 4a5570957a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<div id="wrapper">
<!-- Header -->
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "default" %} class="alt"{% endif %}>
<header id="header"{% if page.layout == "landing" %} class="alt style2"{% endif %}{% if page.layout == "home" %} class="alt"{% endif %}>
<a href="{{ site.url }}{{ site.baseurl }}" class="logo"><strong>{{ site.title-bold }}</strong> <span>{{ site.title-normal }}</span></a>
<nav>
<a href="#menu">Menu</a>