render .md files under root as pages (x.md => /x)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/error.templ → templates/error.templ
@@ -7,7 +7,7 @@ "strconv" ) templ Error(config *config.Config, path string, err *http.Error) { - @Page(config, PageSettings{ + @Layout(config, PageSettings{ Title: "Error", Path: path, }) {