We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37d0c6 commit 89fcd56Copy full SHA for 89fcd56
docs/layouts/partials/stylesheet.html
@@ -2,7 +2,7 @@
2
{{ if eq .Page.Params.direction "rtl" -}}
3
<link href="/dist/css/coreui.rtl.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn_pro.css_pro_rtl_hash | safeHTMLAttr }}>
4
{{- else -}}
5
-<link href="/dist/css/coreui.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn.css_pro_hash | safeHTMLAttr }}>
+<link href="/dist/css/coreui.min.css" rel="stylesheet" {{ printf "integrity=%q" .Site.Params.cdn_pro.css_pro_hash | safeHTMLAttr }}>
6
{{- end -}}
7
8
0 commit comments