From 58880cfbaccd5438ddb735eed5cec6f29bfbe017 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 22 Aug 2023 15:19:51 +0300 Subject: [PATCH] Remove useless crossorigin="anonymous" attributes --- site/layouts/_default/examples.html | 2 +- site/layouts/partials/scripts.html | 2 +- site/layouts/partials/stylesheet.html | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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 -}}