cyberpink/layouts/partials/header.html

4 lines
117 B
HTML
Raw Permalink Normal View History

2023-08-10 03:39:50 +02:00
<header>
<h1><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
{{- partial "menu.html" . -}}
</header>