remove mascott credit

it's my mascott now, I don't need credit
This commit is contained in:
Benjamin Wiegand
2026-04-22 14:35:10 -07:00
parent 758cbd737e
commit b1120c8d38
+1 -1
View File
@@ -69,13 +69,13 @@ templ base(title string, body templ.Component, impressum *config.Impressum, chal
<h1 id="title" class="centered-div">{ title }</h1>
@body
<footer>
<noscript>you must enable javascript</noscript>
<div class="centered-div">
<p>
{ localizer.T("protected_by") } <a href="https://github.com/TecharoHQ/anubis">Anubis</a> { localizer.T("protected_from") } <a
href="https://techaro.lol"
>Techaro</a>. { localizer.T("made_with") }.
</p>
<p>{ localizer.T("mascot_design") } <a href="https://bsky.app/profile/celphase.bsky.social">{ localizer.T("celphase") }</a>.</p>
if impressum != nil {
<p>
@templ.Raw(impressum.Footer)