1
0
mirror of https://github.com/devolitalia/forty-jekyll-theme synced 2025-06-05 22:19:18 +02:00

Update header.html

This commit is contained in:
Andrew Banchich
2016-11-25 19:25:28 +00:00
parent 4fe3e54670
commit dfe0c39ea5

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="" class="logo"><strong>{{ site.title-bold }}</strong> <span>{{ site.title-normal }}</span></a>
<a href="{{ "" | absolute_url }}" class="logo"><strong>{{ site.title-bold }}</strong> <span>{{ site.title-normal }}</span></a>
<nav>
<a href="#menu">Menu</a>
</nav>