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:
Diffstat (limited to 'layouts/partials/styles-postcss.html')
-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