diff --git a/src/config.rs b/src/config.rs index 4320724..63a699d 100644 --- a/src/config.rs +++ b/src/config.rs @@ -47,6 +47,9 @@ pub struct ConfigTemplate { #[serde_inline_default("Kilroy was here Ω".into())] pub placeholder_body: String, + #[serde_inline_default("made with <3 by alemi".into())] + pub footer: String, + #[serde(default)] pub canonical: Option, diff --git a/web/index.stpl b/web/index.stpl index a93b9c6..91da7da 100644 --- a/web/index.stpl +++ b/web/index.stpl @@ -24,7 +24,7 @@

<%= root.title %>

-

<%= root.description %>

+

<%- root.description %>

@@ -47,7 +47,7 @@
-

guestbook.rs ~ made with <3 by alemi

+

guestbook.rs ~ <%- root.footer %>