Commit ef7f379 1 parent 7db164d commit ef7f379 Copy full SHA for ef7f379
File tree 2 files changed +4
-4
lines changed
themes/tfsci/layouts/partials/head
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{{- $defines := dict "MEASUREMENT_ID" (jsonify .Site.GoogleAnalytics) -}}
2
2
{{- with resources.Get "gtag.ts" | js.Build (dict "defines" $defines) | minify | fingerprint }}
3
- < script async defer src ="{{ .Permalink }} " integrity =" {{ .Data.Integrity }} " > </ script >
3
+ < script async defer src ="{{ .Permalink }} "> </ script >
4
4
{{- end }}
Original file line number Diff line number Diff line change 1
1
{{- with resources.GetMatch "favicon**" -}}
2
- < link rel ="icon " href ="{{ .Permalink }} " integrity =" {{ .Data.Integrity }} " >
2
+ < link rel ="icon " href ="{{ .Permalink }} ">
3
3
{{- end }}
4
4
{{- with resources.Get "main.scss" | toCSS | minify | fingerprint }}
5
- < link rel ="stylesheet " href ="{{ .Permalink }} " integrity =" {{ .Data.Integrity }} " >
5
+ < link rel ="stylesheet " href ="{{ .Permalink }} ">
6
6
{{- end }}
7
7
{{- with resources.Get "main.ts" | js.Build | minify | fingerprint }}
8
- < script async defer src ="{{ .Permalink }} " integrity =" {{ .Data.Integrity }} " > </ script >
8
+ < script async defer src ="{{ .Permalink }} "> </ script >
9
9
{{- end }}
10
10
{{- if not .Site.IsServer }}
11
11
{{- partial "head/google-analytics" . }}
You can’t perform that action at this time.
0 commit comments