added bg image to header. Fixed backtotop link and icons in home and footer.
[theme-danix.xyz.git] / layouts / partials / header.html
index e69de29..55ec660 100644 (file)
@@ -0,0 +1,10 @@
+<header id="header" class="alt">
+       <a href="{{ .Site.BaseURL }}" rel="home" class="logo"><strong>{{ slicestr .Site.Title 0 5 }}</strong><span>{{ slicestr .Site.Title 5 }}</span></a>
+       <nav>
+               <a href="#menu">Menu</a>
+       </nav>
+</header>
+
+{{ if isset .Site.Menus "main" }}
+       {{- partial "main-menu.html" . -}}
+{{ end }}