aboutsummaryrefslogtreecommitdiff
path: root/cmd/mi/models/blogpost.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/mi/models/blogpost.go')
-rw-r--r--cmd/mi/models/blogpost.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/mi/models/blogpost.go b/cmd/mi/models/blogpost.go
index ad5bd81..553be3b 100644
--- a/cmd/mi/models/blogpost.go
+++ b/cmd/mi/models/blogpost.go
@@ -17,6 +17,7 @@ type Blogpost struct {
URL string `gorm:"uniqueIndex"` // URL of the blogpost
Title string // title of the blogpost
BodyHTML string // HTML body of the blogpost
+ Image string // URL of the image for the blogpost
PublishedAt time.Time // when the blogpost was published
}