summaryrefslogtreecommitdiff
path: root/themes/new_theme/layouts/partials/footer_links.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/new_theme/layouts/partials/footer_links.html')
-rw-r--r--themes/new_theme/layouts/partials/footer_links.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/themes/new_theme/layouts/partials/footer_links.html b/themes/new_theme/layouts/partials/footer_links.html
new file mode 100644
index 0000000..04523e8
--- /dev/null
+++ b/themes/new_theme/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.Permalink }}">{{ $value.Name }}</a>
+ {{- end }}
+</div>
+{{- end }}