hugo-bearcub/layouts/partials/header.html
2026-03-02 20:19:00 -05:00

8 lines
316 B
HTML

<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
<div class="mesh-image mesh-image-top">
{{ readFile "themes/hugo-bearcub/static/mesh.svg" | safeHTML }}
</div>
</div>
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>