hugo-bearcub/layouts/partials/header.html

3 lines
121 B
HTML
Raw Normal View History

<a href="{{ site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a>
2020-08-31 15:40:11 +02:00
<nav>{{- partial "nav.html" . -}}</nav>