mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
@@ -40,6 +40,10 @@ func (templateFinder) LookupVariant(name string, variants tpl.TemplateVariants)
|
||||
return nil, false, false
|
||||
}
|
||||
|
||||
func (templateFinder) LookupVariants(name string) []tpl.Template {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (templateFinder) LookupLayout(d output.LayoutDescriptor, f output.Format) (tpl.Template, bool, error) {
|
||||
return nil, false, nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user