Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenerateSiteFeed ¶
GenerateSiteFeed generates an RSS feed for all blog posts across all authors
Types ¶
type Channel ¶
type Channel struct {
Title string `xml:"title"`
Link string `xml:"link"`
Description string `xml:"description"`
Language string `xml:"language,omitempty"`
LastBuildDate string `xml:"lastBuildDate,omitempty"`
Items []Item `xml:"item"`
}
Channel represents an RSS channel
Click to show internal directories.
Click to hide internal directories.