aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/layout.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/layout.rs')
-rw-r--r--server/src/routes/ui/layout.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/server/src/routes/ui/layout.rs b/server/src/routes/ui/layout.rs
index fe8f789..03fae09 100644
--- a/server/src/routes/ui/layout.rs
+++ b/server/src/routes/ui/layout.rs
@@ -44,6 +44,9 @@ markup::define! {
}
}
#main { @main }
+ footer {
+ p { @CONF.brand " - " @CONF.slogan " | powered by Jellything" }
+ }
}
}
}