appease the linter
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/content/posts.go → internal/content/posts.go
@@ -171,7 +171,7 @@ if err != nil { return err } - for _, tag := range post.PostMatter.Taxonomies.Tags { + for _, tag := range post.Taxonomies.Tags { cc.Tags.Add(strings.ToLower(tag)) } cc.Posts = append(cc.Posts, post)