diff options
author | Noah <mounderfod@gmail.com> | 2023-08-01 10:43:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-01 10:43:21 +0200 |
commit | 556f25a09333aabcfc66e5d4d613b2c4cc7ed4c8 (patch) | |
tree | 276be847ee4bc08fa64602f540d4120fb7b9c42f /_layouts | |
parent | aed24a12829e11d89bec9b7e01ad23c4e6dbd756 (diff) | |
download | website-556f25a09333aabcfc66e5d4d613b2c4cc7ed4c8.tar.gz |
Fix webring links
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 6a3f30b..122aaa5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -53,12 +53,12 @@ </div> <p style="color: gray;"> <a style="color: gray; text-decoration-color: gray" - href="https://fediring.net/previous?host=mounderfod.online"><==</a> + href="https://fediring.net/previous?host=www.mounderfod.online"><==</a> <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/">Fediring</a> <a style="color: gray; text-decoration-color: gray" - href="https://fediring.net/next?host=mounderfod.online">==></a> + href="https://fediring.net/next?host=www.mounderfod.online">==></a> </p> <p style="color: gray;"> |