hugo-bearcub/layouts/partials/header.html

7 lines
262 B
HTML
Raw Normal View History

<div class="mesh-wrap mesh-wrap-top" aria-hidden="true">
<img src="/mesh.svg" alt="" class="mesh-image mesh-image-top">
</div>
2023-07-12 14:17:10 +02:00
2024-03-05 15:24:13 -03:00
<a href="{{ relURL .Site.Home.RelPermalink }}" class="title"><h1>{{ .Site.Title }}</h1></a>
2020-08-31 15:40:11 +02:00
<nav>{{- partial "nav.html" . -}}</nav>