summaryrefslogtreecommitdiffstats
path: root/themes/problematic/layouts/partials/header.html
blob: 24e94ecd7f73fd01d94d016138bd65be0cc361b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
<header id="banner">
    <h2><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h2>
    <nav>
            {{ range .Site.Menus.main.ByWeight -}}
                {{ .Pre }}<a href="{{ .URL }}" title="{{ .Title }}">{{- .Name -}}</a> {{ .Post }}
            {{- end }}
    </nav>
    <hr class="new1">
</header>