diff options
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" } " - " |
