hugo-themes/antidocs/layouts/partials/header.html

4 lines
112 B
HTML
Raw Normal View History

2024-02-11 01:09:03 +01:00
<header>
<h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
{{- partial "menu.html" . -}}
</header>