shitty-ssg/site/html.go

19 lines
268 B
Go
Raw Normal View History

2020-12-04 12:50:20 +01:00
package site
type HTMLPost struct {
Slug string
Title string
DateLong string
DateShort string
Content string
}
type HTMLSummary struct {
Link string
Title string
Language Language
DateShort string
DateLong string
Summary string
}