diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/src/routes/ui/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/layout.rs b/server/src/routes/ui/layout.rs index b94a873..f05fcb2 100644 --- a/server/src/routes/ui/layout.rs +++ b/server/src/routes/ui/layout.rs @@ -69,7 +69,7 @@ markup::define! { } #main { @main } footer { - p { @CONF.brand " - " @CONF.slogan " | powered by Jellything" } + p { @CONF.brand " - " @CONF.slogan " | powered by " a[href="https://codeberg.org/metamuffin/jellything"]{"Jellything"} } } } } |