remove buffers in file writer
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M domain/content/templates/post.go → domain/content/templates/post.go
@@ -11,7 +11,7 @@ "alin.ovh/homestead/domain/web/templates" "alin.ovh/homestead/shared/vcs" ) -func PostPage(site templates.SiteSettings, post *content.Post) g.Node { +func PostPage(site templates.SiteSettings, post *content.Post) g.NodeWriter { return templates.Layout(site, templates.PageSettings{ Title: post.Title, TitleAttrs: templates.Attrs{"class": "p-author h-card", "rel": "author"},