diff options
author | Bjørn Erik Pedersen <[email protected]> | 2024-10-23 19:26:13 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2024-10-24 13:34:11 +0200 |
commit | cb6e27b32a1d09956027b8e45bae0c18c1593d5c (patch) | |
tree | bd3031431175596ddfad3a79daf69563f723ac6f /tpl/template.go | |
parent | 5bbe95f9c5442898cdfb100bff4f1aac52fce5ad (diff) | |
download | hugo-cb6e27b32a1d09956027b8e45bae0c18c1593d5c.tar.gz hugo-cb6e27b32a1d09956027b8e45bae0c18c1593d5c.zip |
hugolib/commands: Fix stuck server error issues
Fixes #11378
Diffstat (limited to 'tpl/template.go')
-rw-r--r-- | tpl/template.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tpl/template.go b/tpl/template.go index cb8d2b321..18a31e231 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -40,7 +40,6 @@ type TemplateManager interface { TemplateHandler TemplateFuncGetter AddTemplate(name, tpl string) error - MarkReady() error } // TemplateVariants describes the possible variants of a template. |