aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/mara.rs.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/mara.rs.html b/templates/mara.rs.html
index a8f69a3..3161cd6 100644
--- a/templates/mara.rs.html
+++ b/templates/mara.rs.html
@@ -1,7 +1,8 @@
@(mood: &str, character: &str, message: Html<String>)
<div class="conversation">
- <div class="conversation-picture"
+ <div class="conversation-picture">
<picture>
+ <source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).avif" type="image/avif">
<source srcset="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).webp" type="image/webp">
<img src="https://cdn.christine.website/file/christine-static/stickers/@character.to_lowercase()/@(mood).png" alt="@character is @mood">
</picture>