hugo-bearcub/layouts/partials/header.html

3 lines
135 B
HTML
Raw Normal View History

2023-02-09 16:56:09 -03:00
<a href="{{ .Site.Language.Params.params.home }}" class="title"><h2>{{ .Site.Title }}</h2></a>
2020-08-31 15:40:11 +02:00
<nav>{{- partial "nav.html" . -}}</nav>