diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 15:46:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 15:46:28 +0100 |
commit | c5846bba4aed89963ee3ac2bbb212810fdb85792 (patch) | |
tree | 72cfab771d7b867b4b04c7e00b93872eae545e9f /_layouts | |
parent | 48d9fed262ca3ee4db8c377fbfb731af7edc642a (diff) | |
download | website-c5846bba4aed89963ee3ac2bbb212810fdb85792.tar.gz |
Update default.html
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 4f96df5..60bc570 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -77,9 +77,9 @@ </div> <p style="color: gray;"> - <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/previous?host=example.com">←</a> + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/previous?host=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=example.com">→</a> + <a style="color: gray; text-decoration-color: gray" href="https://fediring.net/next?host=mounderfod.online">--></a> </p> <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> <p style="color: gray">(c) mounderfod 2023</p> |