diff --git a/post.go b/post.go index 7e87f8f..fd4fa0d 100644 --- a/post.go +++ b/post.go @@ -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"`