Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BareImgRe = regexp.MustCompile(`\[img \"(.*?)\"\]`) CaptionImgRe = regexp.MustCompile(`\[img \"(.*?)\" \"(.*?)\"\]`) )
Functions ¶
Types ¶
type RenderedItem ¶
type RenderedItem struct { Input *nykya.RenderInput OutPath string URL string Thumbs map[string]ThumbMeta Content template.HTML SiteTitle string PageTitle string Previous *nykya.RenderInput PreviousURL string Next *nykya.RenderInput NextURL string }
RenderedItem is a post along with any dynamically generated data we found
Click to show internal directories.
Click to hide internal directories.