render .md files under root as pages (x.md => /x)
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M templates/post.templ → templates/post.templ
@@ -23,7 +23,7 @@ </time> } templ PostPage(config *config.Config, post content.Post) { - @Page(config, PageSettings{ + @Layout(config, PageSettings{ Title: post.Title, TitleAttrs: templ.Attributes{ "class": "p-author h-card",