Update header.html

This commit is contained in:
Andrew Banchich 2016-11-25 19:30:16 +00:00
parent dfe0c39ea5
commit 88b40acedf
1 changed files with 1 additions and 1 deletions

View File

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