diff options
Diffstat (limited to 'tpl')
-rw-r--r-- | tpl/images/images.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tpl/images/images.go b/tpl/images/images.go index f98c24286..ce29ac4d5 100644 --- a/tpl/images/images.go +++ b/tpl/images/images.go @@ -23,6 +23,8 @@ import ( _ "image/jpeg" _ "image/png" + _ "golang.org/x/image/webp" + "github.com/gohugoio/hugo/deps" "github.com/spf13/cast" ) |