diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-09-07 21:06:02 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-09-07 21:08:07 +0900 |
| commit | e3d8dfe841f928a7578ebb6333aa1074d52ced7d (patch) | |
| tree | c4ee56ef274fc471b0995827ec3e26a6008a0b1c /templates | |
| parent | e6c18d475e9cdb11bf906a22435ea6c9e62b34f8 (diff) | |
The Gitea instance is forced to discontinue servicing of most
unauthenticated requests due to extensive and overwhelming slopware
crawler access. The cgit instance is currently the only method
of public read-only git access.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/footer.html b/templates/footer.html index 7018c8d3..2f108e78 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,7 @@ <footer> <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>Hakurei</a> <ul id="social"> - <li><a href="https://git.gensokyo.uk/rosa">Gitea</a></li> + <li><a href="https://src.rosa.moe/hakurei.app">Source</a></li> <li><a href="/discord">Discord</a></li> </ul> </footer> |
