Skip to content

Commit 89fcd56

Browse files
committed
docs: update integrity sha
1 parent d37d0c6 commit 89fcd56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/layouts/partials/stylesheet.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{{ if eq .Page.Params.direction "rtl" -}}
33
<link href="/dist/css/coreui.rtl.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn_pro.css_pro_rtl_hash | safeHTMLAttr }}>
44
{{- else -}}
5-
<link href="/dist/css/coreui.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn.css_pro_hash | safeHTMLAttr }}>
5+
<link href="/dist/css/coreui.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn_pro.css_pro_hash | safeHTMLAttr }}>
66
{{- end -}}
77

88
{{- else -}}

0 commit comments

Comments
 (0)