all repos — homestead @ 65039b065ba634b9c4b4c7f4b42ebccdbfd40ce0

Code for my website

remove buffers in file writer

Alan Pearce
commit

65039b065ba634b9c4b4c7f4b42ebccdbfd40ce0

parent

f7d8beffaa09ecf863996d29c72f508eb3952c84

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M domain/content/templates/post.godomain/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"},