diff options
Diffstat (limited to 'templates/src/templates.rs')
-rw-r--r-- | templates/src/templates.rs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/src/templates.rs b/templates/src/templates.rs index 53b0965..44e6042 100644 --- a/templates/src/templates.rs +++ b/templates/src/templates.rs @@ -66,6 +66,13 @@ markup::define! { main { @markup::raw(content) } + footer { + p { + "Powered by " a[href="https://sr.ht/~vikanezrimaya/kittybox"] { + "Kittybox" + } + } + } } } } |