diff options
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> - |
