Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Post ¶
type Post struct { Title string `json:"title"` Link string `json:"link"` Summary string `json:"summary,omitifempty"` Body string `json:"-"` BodyHTML template.HTML `json:"body"` Series string `json:"series"` Tags []string `json:"tags"` SlidesLink string `json:"slides_link"` ImageURL string `json:"image_url"` ThumbURL string `json:"thumb_url"` Date time.Time DateString string `json:"date"` }
Post is a single blogpost.
Click to show internal directories.
Click to hide internal directories.