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

9 lines
114 B
Go

package site
type XMLPost struct {
Link string
Title string
DateFormal string
Content string
}