about summary refs log tree commit diff stats
path: root/layouts/partials/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer.html')
-rw-r--r--layouts/partials/footer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index a1993aa..3f46ea5 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,6 +1,6 @@
   <footer>
   {{ partial "foot_custom.html" . }}
-  {{ with .Site.Params.copyright }}
+  {{ with .Site.Params.footer }}
   <hr/>
   {{ . | markdownify }}
   {{ end }}