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