hugo-bearblog/layouts/partials/header.html

5 lines
118 B
HTML
Raw Normal View History

2020-08-31 09:40:11 -04:00
<a href="{{ "/" | relURL }}" class="title">
<h2>{{ .Site.Title }}</h2>
</a>
<nav>{{- partial "nav.html" . -}}</nav>