mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-27 22:09:53 +02:00
@@ -44,6 +44,11 @@ type TemplateFinder interface {
|
||||
TemplateLookupVariant
|
||||
}
|
||||
|
||||
// UnusedTemplatesProvider lists unused templates if the build is configured to track those.
|
||||
type UnusedTemplatesProvider interface {
|
||||
UnusedTemplates() []FileInfo
|
||||
}
|
||||
|
||||
// TemplateHandler finds and executes templates.
|
||||
type TemplateHandler interface {
|
||||
TemplateFinder
|
||||
|
Reference in New Issue
Block a user