aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 {