summaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 36f8072..fff192c 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -29,6 +29,8 @@
<footer>
{{ block "footer" . }}
{{ end }}
+ <div class="footer__copyright">
+ &copy;&nbsp;{{ .Site.Data.copyright.Footer }}
+ </div>
</footer>
</html>
-