hugo-bearcub/layouts/partials/header.html

5 lines
126 B
HTML
Raw Normal View History

2023-02-01 15:06:05 -03:00
<a href="{{ i18n "home" | relURL }}" class="title">
2020-08-31 15:40:11 +02:00
<h2>{{ .Site.Title }}</h2>
</a>
<nav>{{- partial "nav.html" . -}}</nav>