cmc/cleberg.net

My personal web garden & blog.

clone: git clone https://gitbay.org/cmc/cleberg.net.git

a8093c85586a4eba38ab05a0f6dd1315c4701e72

unsigned

author: Christian Cleberg <hello@cleberg.net> · 2025-04-05T03:04:55Z

space out webring links
 theme/templates/base.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/theme/templates/base.html b/theme/templates/base.html
index b77d638..722ae04 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -40,8 +40,8 @@
             <a href="/.well-known/security.txt">security.txt</a>
 		</p>
         <p>
-            <a href="https://xn--sr8hvo.ws/previous">←</a>
-            <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a>
+            <a href="https://xn--sr8hvo.ws/previous">←</a> &middot;
+            <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> &middot;
             <a href="https://xn--sr8hvo.ws/next">→</a>
         </p>
 	</footer>