hugo-themes/cyberpink/layouts/partials/header.html
2024-02-10 20:53:59 +01:00

4 lines
117 B
HTML

<header>
<h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
{{- partial "menu.html" . -}}
</header>