aboutsummaryrefslogtreecommitdiff
path: root/src/tmpl
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2023-02-02 08:05:34 -0500
committerXe Iaso <me@christine.website>2023-02-02 08:05:34 -0500
commitc117eae7c5af977d0299d34169e4a403f77e2afa (patch)
tree83438cf5abc605e0ec174aa4a3f0e4b91b640008 /src/tmpl
parent757cee6fdd13502eb62305f77e73698878b01aa2 (diff)
downloadxesite-c117eae7c5af977d0299d34169e4a403f77e2afa.tar.xz
xesite-c117eae7c5af977d0299d34169e4a403f77e2afa.zip
add stream VOD page
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src/tmpl')
-rw-r--r--src/tmpl/blog.rs6
-rw-r--r--src/tmpl/mod.rs2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/tmpl/blog.rs b/src/tmpl/blog.rs
index 2d8b603..ebee376 100644
--- a/src/tmpl/blog.rs
+++ b/src/tmpl/blog.rs
@@ -41,11 +41,11 @@ fn twitch_vod(post: &Post) -> Markup {
@if let Some(vod) = &post.front_matter.vod {
p {
"This post was written live on "
- a href="https://twitch.tv/princessxen" {"Twitch"}
+ a href="https://twitch.tv/princessxen" {"Twitch"}
". You can check out the stream recording on "
- a href=(vod.twitch) {"Twitch"}
+ a href=(vod.twitch) {"Twitch"}
" and on "
- a href=(vod.youtube) {"YouTube"}
+ a href=(vod.youtube) {"YouTube"}
". If you are reading this in the first day or so of this post being published, you will need to watch it on Twitch."
}
}
diff --git a/src/tmpl/mod.rs b/src/tmpl/mod.rs
index 5fbd77e..8f63867 100644
--- a/src/tmpl/mod.rs
+++ b/src/tmpl/mod.rs
@@ -80,7 +80,7 @@ pub fn base(title: Option<&str>, styles: Option<&str>, content: Markup) -> Marku
" - "
a href="/signalboost" { "Signal Boost" }
" - "
- a href="/feeds" { "Feeds" }
+ a href="/vods" { "VODs" }
" | "
a target="_blank" rel="noopener noreferrer" href="https://graphviz.christine.website" { "Graphviz" }
" - "