Documentation ¶
Index ¶
Constants ¶
View Source
const ARCHIVE string = "post.jet"
View Source
const CAT string = "home.jet"
View Source
const HOME string = "home.jet"
View Source
const NotFound string = "404.jet"
View Source
const PAGE string = "post.jet"
View Source
const TWEET string = "tweet.jet"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ViewRender ¶
type ViewRender struct {
// contains filtered or unexported fields
}
func NewViewRender ¶
func NewViewRender(templateFolder string) *ViewRender
func (*ViewRender) GetVarMap ¶
func (r *ViewRender) GetVarMap() jet.VarMap
func (*ViewRender) SetDefaultVar ¶
func (r *ViewRender) SetDefaultVar(siteName string, siteURL string, siteDes string, siteFooter string)
Click to show internal directories.
Click to hide internal directories.