This commit is contained in:
lbenedar
2026-03-05 11:43:52 +03:00
parent a5827ae3d7
commit c999dce1fd
2 changed files with 8 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ func newTemplateCache() (map[string]*template.Template, error) {
return nil, err
}
ts, err = ts.ParseGlob("./ui/html/pages/nav.tmpl")
ts, err = ts.ParseGlob("./ui/html/partials/nav.tmpl")
if err != nil {
return nil, err
}