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

github.com/danielkvist/hugo-piercer-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <danielkvist@protonmail.com>2019-04-24 21:37:59 +0300
committerdanielkvist <danielkvist@protonmail.com>2019-04-24 21:37:59 +0300
commit1ad9f1061870028e2b8bd67305e460cb18675c83 (patch)
treec37957ff8560b42ad0a4a4f1fa0c91e0b5b69158 /layouts
parentdcd3bc8c2f61bbdc71e136acea678438ff40f75d (diff)
remove CSS fingerprint
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/styles-postcss.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/styles-postcss.html b/layouts/partials/styles-postcss.html
index 60d7786..39d383d 100644
--- a/layouts/partials/styles-postcss.html
+++ b/layouts/partials/styles-postcss.html
@@ -7,6 +7,6 @@
{{ $medias := resources.Get "css/media-queries.css" }}
{{ $bundle := slice $reset $base $common $style $single $list $medias | resources.Concat "css/bundle.css" }}
-{{ $css := $bundle | resources.PostCSS | resources.Fingerprint "sha512" }}
+{{ $css := $bundle | resources.PostCSS }}
<link rel="stylesheet" href="{{ $css.Permalink }}"> \ No newline at end of file