yortnet.com/themes/hugo-bearblog/layouts/partials/header.html

5 lines
117 B
HTML
Raw Normal View History

2024-12-17 23:59:04 +00:00
<a href="{{ "" | relURL }}" class="title">
<h2>{{ .Site.Title }}</h2>
</a>
<nav>{{- partial "nav.html" . -}}</nav>