aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-07-26 09:52:04 -0400
committerXe Iaso <me@christine.website>2022-07-26 09:52:04 -0400
commit791de31b8038aba2a9ad9cf735df076e04e4e164 (patch)
treee065129fda3caa3fb08b709d595a8aa8bf205065
parentd4d4e54594b2d064ccb2216958c13d8e9bd0c9cc (diff)
downloadxesite-791de31b8038aba2a9ad9cf735df076e04e4e164.tar.xz
xesite-791de31b8038aba2a9ad9cf735df076e04e4e164.zip
fix build
Signed-off-by: Xe Iaso <me@christine.website>
-rw-r--r--src/tmpl/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs
index 08ab090..bbb0a98 100644
--- a/src/tmpl/mod.rs
+++ b/src/tmpl/mod.rs
@@ -58,6 +58,7 @@ pub fn xeblog_conv(name: String, mood: String, body: Markup) -> Markup {
}
pub fn xeblog_sticker(name: String, mood: String) -> Markup {
+ let name_lower = name.to_lowercase();
html! {
center {
picture {