aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2021-10-15 23:35:04 -0400
committerPaul Duncan <pabs@pablotron.org>2021-10-15 23:35:04 -0400
commit8f5cab84a118c7c282fe2e33029640485491c532 (patch)
tree156e16368612f8450af6e0dfbf7ce3e43ed2fee3 /themes
parentc2ca74eab34feb18068f74c81e81da1d6e20a4c4 (diff)
downloadpablotron.org-8f5cab84a118c7c282fe2e33029640485491c532.tar.bz2
pablotron.org-8f5cab84a118c7c282fe2e33029640485491c532.zip
improve footer style, make author and start year configurable
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>