aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/hugo-pt2021/layouts/index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/themes/hugo-pt2021/layouts/index.html b/themes/hugo-pt2021/layouts/index.html
index 5b64082..5188e29 100644
--- a/themes/hugo-pt2021/layouts/index.html
+++ b/themes/hugo-pt2021/layouts/index.html
@@ -44,10 +44,8 @@
</div><!-- section -->
</div><!-- container -->
- <footer class='footer'>
- <div class='content has-text-centered'>
- &copy; 1998-{{now.Format "2006"}} Paul Duncan
- </div><!-- container -->
- </footer>
+ <div class='content pt-5 pb-5 has-text-white has-background-black has-text-centered'>
+ &copy; {{.Site.Params.copyrightStartYear}}-{{now.Format "2006"}} {{.Site.Params.authorName}}
+ </div><!-- content -->
</body>
</html>