12 lines
289 B
HTML
12 lines
289 B
HTML
|
<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>
|