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.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/template.go b/tpl/template.go
index 01f79c407..935771364 100644
--- a/tpl/template.go
+++ b/tpl/template.go
@@ -52,7 +52,7 @@ type TemplateHandler interface {
NewTextTemplate() TemplateParseFinder
- MarkReady()
+ MarkReady() error
RebuildClone()
}