Home
last modified time | relevance | path

Searched refs:withSiteTemplates (Results 1 – 1 of 1) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dhugo_sites.go480 cfg.WithTemplate = s.withSiteTemplates(cfg.WithTemplate)
522 func (s *Site) withSiteTemplates(withTemplates ...func(templ tpl.TemplateManager) error) func(templ… func