summaryrefslogtreecommitdiffstats
path: root/layouts/_default
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-19 16:28:56 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-20 10:20:56 +0100
commit20719cdd26af6b90ca075df15d0f7927e87553e8 (patch)
tree70276269b5db23dd887eac129c528101ad29c806 /layouts/_default
parent218f73027ef58bc7781335933e6d88c49f08308a (diff)
Add copyright footer
Diffstat (limited to 'layouts/_default')
-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>
-