added list page for categories
[theme-danix.xyz.git] / layouts / partials / header.html
CommitLineData
abdd02ed 1<header id="header" class="alt{{if .IsHome }} style4 reveal{{ end }}">
748286b5 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>
213775dd 6</header>
748286b5 7
8{{ if isset .Site.Menus "main" }}
9 {{- partial "main-menu.html" . -}}
10{{ end }}