aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-12-15 06:57:40 -0500
committerXe Iaso <me@christine.website>2022-12-15 06:58:04 -0500
commit66527587726c7cf647e8535ee4e0cabd9a7ad3a5 (patch)
treec2909d05ed10746aafbb9d005441c717ca5f27d2 /src
parentf428d562f73094a7859734871e3cc1cf484c7099 (diff)
downloadxesite-66527587726c7cf647e8535ee4e0cabd9a7ad3a5.tar.xz
xesite-66527587726c7cf647e8535ee4e0cabd9a7ad3a5.zip
oops hr here lol
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src')
-rw-r--r--src/tmpl/blog.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/tmpl/blog.rs b/src/tmpl/blog.rs
index 4f76784..eca4df0 100644
--- a/src/tmpl/blog.rs
+++ b/src/tmpl/blog.rs
@@ -73,6 +73,8 @@ pub fn blog(post: &Post, body: PreEscaped<&String>, referer: Option<String>) ->
(body)
}
+ hr;
+
(share_button(post))
(twitch_vod(post))
@@ -189,6 +191,8 @@ pub fn talk(post: &Post, body: PreEscaped<&String>, referer: Option<String>) ->
a href=(slides) {"Link to the slides"}
}
+ hr;
+
(share_button(post))
p {