From 7a9f15f2d8831baf4654e5fe9845405198348e15 Mon Sep 17 00:00:00 2001
From: Paul Duncan <pabs@pablotron.org>
Date: Fri, 15 Oct 2021 08:26:30 -0400
Subject: center copyright on page footer

---
 themes/hugo-pt2021/layouts/index.html | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

(limited to 'themes/hugo-pt2021/layouts/index.html')

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>
-- 
cgit v1.2.3