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