diff options
| author | Christian Cleberg <[email protected]> | 2025-04-04 22:04:55 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-04 22:04:55 -0500 |
| commit | a8093c85586a4eba38ab05a0f6dd1315c4701e72 (patch) | |
| tree | 5a3f9707af9c71c1172e9999137a8447aed6170a /theme/templates/base.html | |
| parent | 2ee1d520e7f22018c34c2b73cadb2965ea31281d (diff) | |
| download | cleberg.net-a8093c85586a4eba38ab05a0f6dd1315c4701e72.tar.gz cleberg.net-a8093c85586a4eba38ab05a0f6dd1315c4701e72.tar.bz2 cleberg.net-a8093c85586a4eba38ab05a0f6dd1315c4701e72.zip | |
space out webring links
Diffstat (limited to 'theme/templates/base.html')
| -rw-r--r-- | theme/templates/base.html | 4 |
1 files 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> · + <a href="https://xn--sr8hvo.ws">IndieWeb Webring</a> · <a href="https://xn--sr8hvo.ws/next">→</a> </p> </footer> |
