camp-homepage/gallery/themes/autophugo/layouts/partials/navigation.html

7 lines
155 B
HTML
Raw Normal View History

<nav>
<ul>
{{ range .Site.Params.header.links }}
<li><a href="{{ .url }}" class="icon {{ .icon }}">{{ .name }}</a></li>
{{ end }}
</ul>
</nav>