Skip to content

Commit

Permalink
feat: TagList into Post
Browse files Browse the repository at this point in the history
  • Loading branch information
vlnevyhosteny committed Aug 25, 2022
1 parent 9e97da9 commit 1d010bc
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 1d010bc

Please sign in to comment.