Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/template.go')
-rw-r--r--tpl/template.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/template.go b/tpl/template.go
index b9b0749b6..315004b6a 100644
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -29,7 +29,6 @@ type TemplateManager interface {
TemplateHandler
TemplateFuncGetter
AddTemplate(name, tpl string) error
- AddLateTemplate(name, tpl string) error
MarkReady() error
}