diff options
author | Noah <mounderfod@gmail.com> | 2023-07-30 15:43:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-30 15:43:54 +0100 |
commit | 2e712c9aae7a8c50dde66abaaefbda7f06b8f9b4 (patch) | |
tree | e7bc2dd0a6ee52fbad3f1b1a6ec837c25e124394 /_layouts | |
parent | 4d78428611ae0223d6c9450dc69feb7bae84806d (diff) | |
download | website-2e712c9aae7a8c50dde66abaaefbda7f06b8f9b4.tar.gz |
Add Fediring links
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/default.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 1d98fb9..c0a41bc 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -76,6 +76,11 @@ <iframe src="https://banner.tildeverse.org/work.php?ID=mounderfod" width="468" height="80" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" target="_blank"></iframe> </div> + <p style="color: gray;"> + <a href="https://fediring.net/previous?host=example.com">←</a> + <a href="https://fediring.net/">Fediring</a> + <a href="https://fediring.net/next?host=example.com">→</a> + </p> <p style="color:gray">NO COOKIES, NO TRACKERS, NO BULLSHIT</p> <p style="color: gray">(c) mounderfod 2023</p> </footer> |