use pointers to posts
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/builder/template/template.go → internal/builder/template/template.go
@@ -65,7 +65,7 @@ func RenderFeed( title string, config *config.Config, - posts []content.Post, + posts []*content.Post, specific string, ) (io.WriterTo, error) { buf := &bytes.Buffer{}