diff options
| author | Xe Iaso <me@christine.website> | 2023-02-02 08:05:34 -0500 |
|---|---|---|
| committer | Xe Iaso <me@christine.website> | 2023-02-02 08:05:34 -0500 |
| commit | c117eae7c5af977d0299d34169e4a403f77e2afa (patch) | |
| tree | 83438cf5abc605e0ec174aa4a3f0e4b91b640008 /src/tmpl | |
| parent | 757cee6fdd13502eb62305f77e73698878b01aa2 (diff) | |
| download | xesite-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.rs | 6 | ||||
| -rw-r--r-- | src/tmpl/mod.rs | 2 |
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" } " - " |
