This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
archie-shades-of-purple/layouts/partials/head.html

11 lines
195 B
HTML

<header>
<div class="main">
<a href="{{ absURL "/" }}">{{ .Site.Title }}</a>
</div>
<nav>
{{ range .Site.Menus.main }}
<a href="{{ .URL }}">{{ .Name }}</a>
{{ end }}
</nav>
</header>