diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-19 16:28:56 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-20 10:20:56 +0100 |
| commit | 20719cdd26af6b90ca075df15d0f7927e87553e8 (patch) | |
| tree | 70276269b5db23dd887eac129c528101ad29c806 /layouts/_default | |
| parent | 218f73027ef58bc7781335933e6d88c49f08308a (diff) | |
Add copyright footer
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 4 |
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"> + © {{ .Site.Data.copyright.Footer }} + </div> </footer> </html> - |
