splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / partials / header.html
1 <header id="header" class="alt">
2 <a href="{{ .Site.BaseURL }}" rel="home" class="logo"><strong>{{ slicestr .Site.Title 0 5 }}</strong><span>{{ slicestr .Site.Title 5 }}</span></a>
3 <nav>
4 <a href="#menu">Menu</a>
5 </nav>
6 </header>
7
8 {{ if isset .Site.Menus "main" }}
9 {{- partial "main-menu.html" . -}}
10 {{ end }}