diff options
| author | Xe Iaso <me@christine.website> | 2022-12-15 06:57:40 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2022-12-15 06:58:04 -0500 |
| commit | 66527587726c7cf647e8535ee4e0cabd9a7ad3a5 (patch) | |
| tree | c2909d05ed10746aafbb9d005441c717ca5f27d2 /src | |
| parent | f428d562f73094a7859734871e3cc1cf484c7099 (diff) | |
| download | xesite-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.rs | 4 |
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 { |
