tpl: Add WebP images support

Fixes #3529
This commit is contained in:
Bjørn Erik Pedersen
2017-06-28 21:45:48 +02:00
parent da72805a43
commit 8431c8d39d
2 changed files with 8 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ import (
_ "image/jpeg"
_ "image/png"
_ "golang.org/x/image/webp"
"github.com/gohugoio/hugo/deps"
"github.com/spf13/cast"
)