qrz.is/layouts/partials/header.html
Michael Clemens 2fdda3840d fixed a lot of typos
added automatic generation of gemini files
2021-07-18 01:33:02 +02:00

25 lines
1.1 KiB
HTML

<header>
<div class="ascii-art">
<a href="/" style="text-decoration: none">
██████╗ ██████╗ ███████╗ ██╗ ██████╗
██╔═══██╗██╔══██╗╚════██║ ██║██╔════╝
██║██╗██║██████╔╝ ███╔═╝ ██║╚█████╗
╚██████╔╝██╔══██╗██╔══╝ ██║ ╚═══██╗
╚═██╔═╝ ██║ ██║███████╗██╗██║██████╔╝
╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝╚═╝╚═════╝
</a>
</div>
<hr style="border-style: solid; size: 1px; border-color: orange" />
<nav>
<a style="text-decoration: none" href="/"><b>Home</b></a>
{{ with .Site.Menus.main }}
{{ range . }}
- <a style="text-decoration: none" href="{{ .URL | relURL }}"><b>{{ .Name }}</b></a>
{{ end }}
</nav>
{{ end }}
</header>
<hr style="border-style: solid; size: 1px; border-color: orange" />
</p>