about summary refs log tree commit diff
path: root/templates/src/templates.rs
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2022-05-23 17:40:10 +0300
committerVika <vika@fireburn.ru>2022-05-23 18:22:07 +0300
commit32317404bf47ac9db34f954ab74a9e400dc32037 (patch)
treeb9ae9bacec506da70173b9bca46650fc099d30ab /templates/src/templates.rs
parentf983a0fb9b6326eabf13476dbc5f84f7f6f6322a (diff)
templates: add a banner for Kittybox in the footer
Now everyone will know where to get my software if they see it.
Diffstat (limited to 'templates/src/templates.rs')
-rw-r--r--templates/src/templates.rs7
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"
+                        }
+                    }
+                }
             }
         }
     }