File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{{ 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_bundle_hash | safeHTMLAttr }}> </ script >
33{{ else -}}
44 < script src ="/dist/js/coreui.bundle.js "> </ script >
55{{- end }}
Original file line number Diff line number Diff line change 44
55{{ if eq hugo.Environment "production" -}}
66{{ if eq .Page.Params.direction "rtl" -}}
7- < link href ="/dist/css/coreui.rtl.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_rtl_hash | safeHTMLAttr }} crossorigin="anonymous" >
7+ < link href ="/dist/css/coreui.rtl.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_rtl_hash | safeHTMLAttr }}>
88{{- else -}}
9- < link href ="/dist/css/coreui.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_hash | safeHTMLAttr }} crossorigin="anonymous" >
9+ < link href ="/dist/css/coreui.min.css " rel ="stylesheet " {{ printf "integrity=%q " .Site.Params.cdn.css_hash | safeHTMLAttr }}>
1010{{- end -}}
1111
1212{{- else -}}
You can’t perform that action at this time.
0 commit comments