initial commit
This commit is contained in:
7
themes/hugo-dpsg/layouts/partials/footer_links.html
Normal file
7
themes/hugo-dpsg/layouts/partials/footer_links.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{{ 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 }}
|
||||
Reference in New Issue
Block a user