nichijou/themes/hugo-bunnyblog/layouts/partials/header.html

5 lines
117 B
HTML
Raw Permalink Normal View History

<a href="{{ "" | relURL }}" class="title">
<h2>{{ .Site.Title }}</h2>
</a>
<nav>{{- partial "nav.html" . -}}</nav>