Test Meta Description
All checks were successful
release-tag / release-image (push) Successful in 2m22s
All checks were successful
release-tag / release-image (push) Successful in 2m22s
This commit is contained in:
@@ -7,9 +7,10 @@ import (
|
||||
)
|
||||
|
||||
type Article struct {
|
||||
Title string
|
||||
Slug string
|
||||
Date time.Time
|
||||
Cover string // NEW
|
||||
Body template.HTML // already trusted
|
||||
Title string
|
||||
Slug string
|
||||
Date time.Time
|
||||
Cover string
|
||||
Body template.HTML
|
||||
Description string
|
||||
}
|
||||
|
Reference in New Issue
Block a user