File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
< meta name ="google-site-verification " content ="{{ .Site.Params.analytics.google.SiteVerificationTag }} " />
22
22
{{- end}}
23
23
<!-- Styles -->
24
+ {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify -}}
24
25
{{- if not .Site.Params.assets.disableFingerprinting }}
25
- {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/ stylesheet.css" | minify | fingerprint -}}
26
+ {{- $stylesheet := $ stylesheet | fingerprint -}}
26
27
< link href ="{{ $stylesheet.Permalink }} " integrity ="{{ $stylesheet.Data.Integrity }} " rel ="preload stylesheet "
27
28
as ="style ">
28
29
{{- else}}
29
- {{- $stylesheet := (resources.Match "css/*.css") | resources.Concat "assets/css/stylesheet.css" | minify -}}
30
30
< link href ="{{ $stylesheet.Permalink }} " rel ="preload stylesheet " as ="style ">
31
31
{{- end}}
32
32
<!-- Search -->
You can’t perform that action at this time.
0 commit comments