I'm starting to shape the theme files
[theme-danix.xyz.git] / layouts / partials / header.html
1 <header id="masthead" class="site-header">
2 <div class="site-branding">
3 <h1 class="site-title">
4 <a href="{{ .Site.BaseURL }}" rel="home">{{ .Site.Title }}</a>
5 </h1>
6 <p class="site-description">{{ .Site.Params.Description }}</p>
7 </div>
8 {{ if isset .Site.Menus "main" }}
9 {{- partial "main-menu.html" . -}}
10 {{ end }}
11 </header>