silicate-guide/layouts/_partials/header.html
2025-05-31 22:43:40 +02:00

6 lines
226 B
HTML

{{ $home := .Site.Home -}}
<a href="{{$home.RelPermalink}}" id="banner">
<h1>{{ site.Title }}</h1>
<p id="header-subtitle">A simple webcomic framework</p>
</a>
{{ partial "menu.html" (dict "menuID" "main" "page" .) }}