From: XhmikosR Date: Tue, 22 Aug 2023 12:19:51 +0000 (+0300) Subject: Remove useless crossorigin="anonymous" attributes X-Git-Tag: v5.3.4~231 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58880cfbaccd5438ddb735eed5cec6f29bfbe017;p=thirdparty%2Fbootstrap.git Remove useless crossorigin="anonymous" attributes --- diff --git a/site/layouts/_default/examples.html b/site/layouts/_default/examples.html index a63275a035..82e57c1b57 100644 --- a/site/layouts/_default/examples.html +++ b/site/layouts/_default/examples.html @@ -159,7 +159,7 @@ {{ .Content }} {{- if eq hugo.Environment "production" -}} - + {{- else -}} {{- end }} diff --git a/site/layouts/partials/scripts.html b/site/layouts/partials/scripts.html index dc92d30e5a..facb7d384a 100644 --- a/site/layouts/partials/scripts.html +++ b/site/layouts/partials/scripts.html @@ -1,5 +1,5 @@ {{ if eq hugo.Environment "production" -}} - + {{ else -}} {{- end }} diff --git a/site/layouts/partials/stylesheet.html b/site/layouts/partials/stylesheet.html index 7a5b077bcd..d07f9a5f29 100644 --- a/site/layouts/partials/stylesheet.html +++ b/site/layouts/partials/stylesheet.html @@ -2,9 +2,9 @@ {{ if eq hugo.Environment "production" -}} {{ if eq .Page.Params.direction "rtl" -}} - + {{- else -}} - + {{- end -}} {{- else -}}