hugo-bearcub/layouts/partials/header.html

3 lines
129 B
HTML
Raw Normal View History

2023-02-13 16:50:21 -03:00
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h2>{{ .Site.Title }}</h2></a>
2020-08-31 15:40:11 +02:00
<nav>{{- partial "nav.html" . -}}</nav>