Files
pfadfinder-konstanz.de/themes/hugo-dpsg/layouts/partials/footer_links.html
2020-03-16 11:54:08 +01:00

7 lines
221 B
HTML

{{ with .Site.Menus.footer -}}
<div class="footer__links">
{{ range $key, $value := . }}
{{- if ne $key 0 }} | {{ end }}<a class="footer__link" href="{{ $value.URL }}">{{ $value.Name }}</a>
{{- end }}
</div>
{{- end }}