summaryrefslogtreecommitdiff
path: root/themes/conspiracy/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/conspiracy/layouts/partials/footer.html')
-rw-r--r--themes/conspiracy/layouts/partials/footer.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/themes/conspiracy/layouts/partials/footer.html b/themes/conspiracy/layouts/partials/footer.html
new file mode 100644
index 0000000..6071d43
--- /dev/null
+++ b/themes/conspiracy/layouts/partials/footer.html
@@ -0,0 +1,6 @@
+<footer>
+ Copyright © {{ now.Year }} {{ site.Copyright }}
+ {{- range site.Params.footer_links }}
+ / <a href="{{.url | absURL }}">{{ .name }}</a>
+ {{- end }}
+</footer>