aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/hugo-pt2021/layouts/index.html6
1 files changed, 2 insertions, 4 deletions
diff --git a/themes/hugo-pt2021/layouts/index.html b/themes/hugo-pt2021/layouts/index.html
index 259e9d2..b97e43c 100644
--- a/themes/hugo-pt2021/layouts/index.html
+++ b/themes/hugo-pt2021/layouts/index.html
@@ -45,10 +45,8 @@
</div><!-- container -->
<footer class='footer'>
- <div class='container is-black'>
- <div class='content'>
- &copy; 1998-{{now.Format "2006"}} Paul Duncan
- </div><!-- content -->
+ <div class='content has-text-centered'>
+ &copy; 1998-{{now.Format "2006"}} Paul Duncan
</div><!-- container -->
</footer>
</body>