aboutsummaryrefslogtreecommitdiff
path: root/src/tmpl
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2023-03-25 22:41:27 -0400
committerXe Iaso <me@xeiaso.net>2023-03-25 22:41:27 -0400
commit23e97b03fc95aabc0352774de25d18f003d0a890 (patch)
tree7cee0c27e89f7f3f24450d07036be43ad801f5f5 /src/tmpl
parentd259862e400693382385726909a833b99efe0a4f (diff)
downloadxesite-23e97b03fc95aabc0352774de25d18f003d0a890.tar.xz
xesite-23e97b03fc95aabc0352774de25d18f003d0a890.zip
site update: Mimi
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'src/tmpl')
-rw-r--r--src/tmpl/mod.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs
index 35f4301..d5ae9d4 100644
--- a/src/tmpl/mod.rs
+++ b/src/tmpl/mod.rs
@@ -250,6 +250,15 @@ pub fn characters(characters: &Vec<Character>) -> Markup {
@for character in characters {
(character)
}
+
+ h2 {"Other People"}
+
+ p{
+ "Some of the characters you see in posts aren't figments of my imagination, but instead the OCs of other people."
+ }
+
+ h3 #scoots {"Scoots"}
+ p {"My husband. The picture he uses is a screenshot of his VRChat avatar."}
},
)
}