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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:50:30 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:50:30 +0300
commit1a7a451e8a4a8fa7923c05a914959e558f7991b1 (patch)
tree7ef6a2006c2d1111885a24ba5ee41e5200459902
parent42f2c2479cc20f221353be2a2addc9df567b5a13 (diff)
more tinkering
-rw-r--r--layouts/_default/baseof.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a60e1ff..b1b5ac3 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -8,8 +8,8 @@
{{ $themeScss := "scss/main.scss" }}
{{ $options := (dict "targetPath" "css/main.css" "outputStyle" "compressed") }}
- {{ $themeCss := resources.Get $themeScss | resources.ExecuteAsTemplate $themeScss . | toCSS $options }}
- <link rel="stylesheet" href="{{ $themeCss.RelPermalink }}">
+ {{ $themeCss := resources.Get $themeScss | resources.ExecuteAsTemplate $themeScss . | toCSS $options | minify | fingerprint }}
+ <link rel="stylesheet" href="{{ $themeCss.RelPermalink }}" integrity="{{ $themeCss.Data.Integrity }}" media="screen">
<link rel="stylesheet" href="/syntax.css" rel="stylesheet" />