camp-homepage/gallery/themes/autophugo/layouts/partials/navigation.html
Christoph Schindlbeck 45c897394c mention gallery theme
2023-02-28 21:16:38 +01:00

12 lines
371 B
HTML

<nav>
<ul>
<footer id="footer">
<p class="copyright">
Gallery generated with <a href="https://gohugo.io/">Hugo</a>, theme based on <a href="https://github.com/kc0bfv/autophugo/">AutoPhugo</a>.
</p>
</footer>
{{ range .Site.Params.header.links }}
<li><a href="{{ .url }}" class="icon {{ .icon }}">{{ .name }}</a></li>
{{ end }}
</ul>
</nav>