shitty-ssg/cmd/ssg/site/xml.go

9 lines
114 B
Go
Raw Permalink Normal View History

2020-12-04 12:50:20 +01:00
package site
type XMLPost struct {
Link string
Title string
DateFormal string
Content string
}