diff options
author | Paul Duncan <pabs@pablotron.org> | 2021-10-15 23:35:04 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2021-10-15 23:35:04 -0400 |
commit | 8f5cab84a118c7c282fe2e33029640485491c532 (patch) | |
tree | 156e16368612f8450af6e0dfbf7ce3e43ed2fee3 /themes/hugo-pt2021/layouts/index.html | |
parent | c2ca74eab34feb18068f74c81e81da1d6e20a4c4 (diff) | |
download | pablotron.org-8f5cab84a118c7c282fe2e33029640485491c532.tar.bz2 pablotron.org-8f5cab84a118c7c282fe2e33029640485491c532.zip |
improve footer style, make author and start year configurable
Diffstat (limited to 'themes/hugo-pt2021/layouts/index.html')
-rw-r--r-- | themes/hugo-pt2021/layouts/index.html | 8 |
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'> - © 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'> + © {{.Site.Params.copyrightStartYear}}-{{now.Format "2006"}} {{.Site.Params.authorName}} + </div><!-- content --> </body> </html> |