hugo-bearcub/layouts/partials/header.html

3 lines
129 B
HTML
Raw Normal View History

2023-04-25 16:07:22 -03:00
<a href="{{ relURL .Site.Home.Permalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
2020-08-31 15:40:11 +02:00
<nav>{{- partial "nav.html" . -}}</nav>