From 16bf3a0f1f1a06c17474467648592ad4025f87c2 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 21 Jan 2023 11:45:01 -0500 Subject: increase the fucking thing Signed-off-by: Xe Iaso --- src/tmpl/blog.rs | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tmpl/blog.rs b/src/tmpl/blog.rs index 8c3c4f1..0cb2497 100644 --- a/src/tmpl/blog.rs +++ b/src/tmpl/blog.rs @@ -129,7 +129,13 @@ pub fn blog(post: &Post, body: PreEscaped<&String>, referer: Option) -> p { "The art for Cadey was drawn by " - a href="https://artzorastudios.weebly.com/" {"ArtZorea Studios"} + a href="https://artzorastudios.weebly.com/" {"ArtZora Studios"} + "." + } + + p { + "Some of the art for Aoi was drawn by " + a href="https://twitter.com/Sandra_Thomas01" {"@Sandra_Thomas01"} "." } }, @@ -216,7 +222,13 @@ pub fn talk(post: &Post, body: PreEscaped<&String>, referer: Option) -> p { "The art for Cadey was drawn by " - a href="https://artzorastudios.weebly.com/" {"ArtZorea Studios"} + a href="https://artzorastudios.weebly.com/" {"ArtZora Studios"} + "." + } + + p { + "Some of the art for Aoi was drawn by " + a href="https://twitter.com/Sandra_Thomas01" {"@Sandra_Thomas01"} "." } }, -- cgit v1.2.3