aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/header.html
blob: 5a669079104b73e2be33bedbd6fba2ee0f1f64d1 (plain)
1
2
3
4
<a class="skip-link" href="#main-content">{{ i18n "skip-link" }}</a>

<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>