diff options
| author | Xe Iaso <me@christine.website> | 2022-07-26 09:52:04 -0400 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-07-26 09:52:04 -0400 |
| commit | 791de31b8038aba2a9ad9cf735df076e04e4e164 (patch) | |
| tree | e065129fda3caa3fb08b709d595a8aa8bf205065 | |
| parent | d4d4e54594b2d064ccb2216958c13d8e9bd0c9cc (diff) | |
| download | xesite-791de31b8038aba2a9ad9cf735df076e04e4e164.tar.xz xesite-791de31b8038aba2a9ad9cf735df076e04e4e164.zip | |
fix build
Signed-off-by: Xe Iaso <me@christine.website>
| -rw-r--r-- | src/tmpl/mod.rs | 1 |
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 { |
