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