new-site/layouts/partials/header.html

12 lines
289 B
HTML
Raw Normal View History

2025-03-16 20:58:16 -07:00
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<div>
<header>
<div>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ $text := print .Name | safeHTML }}
{{ $text }}</a>
{{ end }}
</div>
</header>
</div>