Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pfadfinder-konstanz/hugo-dpsg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_links.html')
-rw-r--r--layouts/partials/footer_links.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/footer_links.html b/layouts/partials/footer_links.html
new file mode 100644
index 0000000..b86860d
--- /dev/null
+++ b/layouts/partials/footer_links.html
@@ -0,0 +1,8 @@
+{{- 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 }} \ No newline at end of file