diff options
| author | Xe Iaso <me@christine.website> | 2023-01-21 11:45:01 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-01-21 11:45:01 -0500 |
| commit | 16bf3a0f1f1a06c17474467648592ad4025f87c2 (patch) | |
| tree | 0bf900642957b0e0407300359e5e6e15ede3ef86 /src | |
| parent | 2c23dbb5f023d176d0aa2c28d28bfaccd8dd086c (diff) | |
| download | xesite-16bf3a0f1f1a06c17474467648592ad4025f87c2.tar.xz xesite-16bf3a0f1f1a06c17474467648592ad4025f87c2.zip | |
increase the fucking thing
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tmpl/blog.rs | 16 |
1 files changed, 14 insertions, 2 deletions
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<String>) -> 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<String>) -> 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"} "." } }, |
