I'm starting to shape the theme files
[theme-danix.xyz.git] / layouts / partials / header.html
index e69de29..12ad245 100644 (file)
@@ -0,0 +1,11 @@
+<header id="masthead" class="site-header">
+       <div class="site-branding">
+               <h1 class="site-title">
+                       <a href="{{ .Site.BaseURL }}" rel="home">{{ .Site.Title }}</a>
+               </h1>
+               <p class="site-description">{{ .Site.Params.Description }}</p>
+       </div>
+       {{ if isset .Site.Menus "main" }}
+       {{- partial "main-menu.html" . -}}
+       {{ end }}
+</header>