Versions in this module Expand all Collapse all v1 v1.4.0 Jun 19, 2020 v1.3.1 Jan 11, 2020 Changes in this version + type Post struct + Body string + BodyHTML template.HTML + Date time.Time + DateString string + ImageURL string + Link string + Series string + SlidesLink string + Summary string + Tags []string + ThumbURL string + Title string + type Posts []Post + func LoadPosts(path string, prepend string) (Posts, error) + func (p Posts) Len() int + func (p Posts) Less(i, j int) bool + func (p Posts) Series() []string + func (p Posts) Swap(i, j int)