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

github.com/humrochagf/colordrop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHumberto Rocha <humrochagf@gmail.com>2019-08-09 15:27:45 +0300
committerHumberto Rocha <humrochagf@gmail.com>2019-08-09 15:27:45 +0300
commit2f9e226280bdf0f109b3ee1f277d03ac39cccd57 (patch)
tree68c2ad6e3e447465ed950e227a5431b26e9babe6 /layouts
parent2c4cbb8dd0dbaff7b0c5a7ce9f91e7e2cfcd70bd (diff)
Remove integrity at the css hash to enable pagespeed optimizer at the server
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4543298..b4bee90 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -11,7 +11,7 @@
<!-- styles -->
{{ $style := resources.Get "sass/main.scss" | resources.ExecuteAsTemplate "style.main.scss" . | resources.ToCSS | resources.Minify | resources.Fingerprint }}
- <link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}">
+ <link rel="stylesheet" href="{{ $style.Permalink }}">
</head>
<body class="{{ block "bodyClass" . }}{{ end }}">