File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{{ if eq hugo.Environment "production" -}}
2
- < script src ="/dist/js/coreui.bundle.min.js " {{ printf "integrity=%q " .Site.Params.cdn.js_bundle_hash | safeHTMLAttr }} crossorigin="anonymous"> </ script >
2
+ < script src ="/dist/js/coreui.bundle.min.js " {{ printf "integrity=%q " .Site.Params.cdn.js_pro_bundle_hash | safeHTMLAttr }} crossorigin="anonymous"> </ script >
3
3
{{ else -}}
4
4
< script src ="/dist/js/coreui.bundle.js "> </ script >
5
5
{{- end }}
Original file line number Diff line number Diff line change 1
1
{{- "<!-- Bootstrap core CSS --> " | safeHTML }}
2
2
{{ if eq hugo.Environment "production" -}}
3
- {{ if eq .Page.Params.direction "rtl" -}}
4
- < link href ="/dist/css/coreui.rtl.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_rtl_hash | safeHTMLAttr }} crossorigin="anonymous">
5
- {{- else -}}
6
- < link href ="/dist/css/coreui.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_hash | safeHTMLAttr }} crossorigin="anonymous">
7
- {{- end -}}
3
+ {{ if eq .Page.Params.direction "rtl" -}}
4
+ < link href ="/dist/css/coreui.rtl.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_pro_rtl_hash | safeHTMLAttr }} crossorigin="anonymous">
5
+ {{- else -}}
6
+ < link href ="/dist/css/coreui.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_pro_hash | safeHTMLAttr }} crossorigin="anonymous">
7
+ {{- end -}}
8
8
9
9
{{- else -}}
10
10
< link href ="/dist/css/coreui{{ if eq .Page.Params.direction "rtl " }}.rtl{{ end }}.css" rel="stylesheet ">
You can’t perform that action at this time.
0 commit comments