hugo-bearcub/layouts/partials/header.html
Alex Selimov ef8f417c6c
Some checks failed
github pages / deploy (push) Failing after 2s
Updates migrating previous theme to hugo-bearcub
2026-03-02 19:38:07 -05:00

6 lines
262 B
HTML

<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
<img src="/mesh.svg" alt="" class="mesh-image mesh-image-top">
</div>
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
<nav>{{- partial "nav.html" . -}}</nav>