Skip to content

Commit

Permalink
Merge pull request #5 from ButterCMS/feature/tags-property-blog-post
Browse files Browse the repository at this point in the history
feat: TagList into Post
  • Loading branch information
jakelumetta authored Aug 25, 2022
2 parents 9e97da9 + 1d010bc commit a2cc61b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions post.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ type Post struct {
Published time.Time `json:"published"`
Author Author `json:"author"`
CategoryList []Category `json:"categories"`
TagList []Tag `json:"tags"`
FeaturedImage string `json:"featured_image"`
FeaturedImageAlt string `json:"featured_image_alt"`
Slug string `json:"slug"`
Expand Down

0 comments on commit a2cc61b

Please sign in to comment.