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/mod.rs | |
| 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/mod.rs')
| -rw-r--r-- | src/tmpl/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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" } " - " |
