AlexSelimov.com/layouts/partials/header.html
Alex Selimov 2519b96a86
Some checks failed
Build and Deploy Hugo / deploy (push) Failing after 20s
Refactor site to new theme
2026-03-02 14:56:56 -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>