+ Proper linkage in navbar

This commit is contained in:
shockrah
2022-01-10 19:01:44 -08:00
parent 2c7301a084
commit c2eb93d3af
4 changed files with 28 additions and 36 deletions

View File

@@ -93,6 +93,7 @@ pub fn video(cat: PathBuf, file_base: PathBuf) -> Template {
let url = format!("/clip/{}/{}", &cat, &file);
h.insert("url", &url);
h.insert("page", "video");
h.insert("desc", &SITEDESC);
h.insert("category", &cat);
h.insert("filename", &file_pretty);