Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-23 18:21:49 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-01-23 18:21:49 +0300
commit6a40124d60eaf098ef294cf1d2c8bf3f74b46224 (patch)
tree595e823a475a5b1b2d87e22e2ba82661be9c7098 /_vendor
parentc486747de6225f0f3ad4c8f0f5d01c0a6bc8dd45 (diff)
Update theme
Diffstat (limited to '_vendor')
-rw-r--r--_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/baseof.html2
-rw-r--r--_vendor/github.com/gohugoio/gohugoioTheme/layouts/_default/documentation-home.html (renamed from _vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html)0
-rw-r--r--_vendor/modules.txt2
3 files changed, 2 insertions, 2 deletions
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
index 91f744c30..91f744c30 100644
--- a/_vendor/github.com/gohugoio/gohugoioTheme/layouts/page/documentation-home.html
+++ b/_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