diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html index fd1b10b67..12532017f 100644 --- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html +++ b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html @@ -27,7 +27,7 @@ {{ $isDev := eq hugo.Environment "development" }} {{ $stylesheet := resources.Get "output/css/app.css" }} {{ if not $isDev }} - {{ $stylesheet = $stylesheet | minify | fingerprint }} + {{ $stylesheet = $stylesheet | fingerprint }} {{ end }} {{ with $stylesheet }} {{ if $isDev }} diff --git a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html b/_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/documentation-home.html similarity index 100% rename from _vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html rename to _vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/documentation-home.html diff --git a/_vendor/modules.txt b/_vendor/modules.txt index 866b148c5..41f0a5d40 100644 --- a/_vendor/modules.txt +++ b/_vendor/modules.txt @@ -1 +1 @@ -# github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d +# github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324 diff --git a/go.mod b/go.mod index a87bb930e..9e7d3b689 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module github.com/gohugoio/hugoDocs go 1.12 -require github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d // indirect +require github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324 // indirect diff --git a/go.sum b/go.sum index 8f67936e0..6f7f05282 100644 --- a/go.sum +++ b/go.sum @@ -3,3 +3,5 @@ github.com/gohugoio/gohugoioTheme v0.0.0-20191014144142-1f3a01deed7b h1:PWNjl46f github.com/gohugoio/gohugoioTheme v0.0.0-20191014144142-1f3a01deed7b/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d h1:D3DcaYkuJbotdWNNAQpQl37txX4HQ6R5uMHoxVmTw0w= github.com/gohugoio/gohugoioTheme v0.0.0-20191021162625-2e7250ca437d/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs= +github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324 h1:UZwHDYtGY0uOKIvcm2LWd+xfFxD3X5L222LIJdI5RE4= +github.com/gohugoio/gohugoioTheme v0.0.0-20200123151337-9475fd449324/go.mod h1:kpw3SS48xZvLQGEXKu8u5XHgXkPvL8DX3oGa07+z8Bs=