diff options
Diffstat (limited to 'tpl/template.go')
-rw-r--r-- | tpl/template.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tpl/template.go b/tpl/template.go index 82d877545..73db9b3a6 100644 --- a/tpl/template.go +++ b/tpl/template.go @@ -14,9 +14,8 @@ package tpl import ( - "reflect" - "io" + "reflect" "regexp" "github.com/gohugoio/hugo/output" |