diff options
author | gesang <gesang@itinerariummentis.org> | 2024-06-18 09:45:58 +0000 |
---|---|---|
committer | gesang <gesang@itinerariummentis.org> | 2024-06-18 09:45:58 +0000 |
commit | e9c03335dc3ac77aa7efb606e4d063d4a6ef50be (patch) | |
tree | 343bd81d718a854118ea2ab6e51c0671a5c98d91 /template/home.html | |
parent | cedb2e2b9b9cd51907989d0ccfb141a748958cd5 (diff) |
fix clearnet link
Diffstat (limited to 'template/home.html')
-rw-r--r-- | template/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/home.html b/template/home.html index f970efe..38075a1 100644 --- a/template/home.html +++ b/template/home.html @@ -30,7 +30,7 @@ </form> <a href="settings">Settings</a> • <a href="instances">Instances</a> • <a href="https://git.lolcat.ca/lolcat/4get_news">News</a> • <a href="api.txt">API</a> • <a href="about">About</a> • <a href="https://git.lolcat.ca/lolcat/4get">Source</a> • <a href="https://ko-fi.com/lolcat" rel="noreferrer" target="BLANK">Donate</a> <div class="subtext"> - <a href="{%server_name%}">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br> + <a href="/">Clearnet</a> • <a href="http://4getwebfrq5zr4sxugk6htxvawqehxtdgjrbcn2oslllcol2vepa23yd.onion">Tor</a> • <a href="https://lolcat.ca">Report a problem</a><br> Running on <b>v{%version%}</b>!! </div> </div> |