Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Social ¶
type Social struct {
Facebook string
Twitter string
Youtube string
LinkedIn string
Instagram string
Pintrest string
}
Social represents social details to be returned in templates.
type TemplateData ¶
type TemplateData struct {
Site domain.Site
Theme domain.ThemeConfig
Post domain.PostDatum
Options Options
}
TemplateData represents the main datta to be returned in templates.
Click to show internal directories.
Click to hide internal directories.