From 16a240cef03045af24f10f244d28c4ed33a8ca2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 30 Nov 2024 11:11:12 +0100 Subject: [PATCH] Remove `type` and `language` attributes of `script` element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `type` attribute is not needed when the content is JavaScript, and the `language` attribute is deprecated. Signed-off-by: Kévin Commaille --- layouts/partials/hooks/body-end.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/hooks/body-end.html b/layouts/partials/hooks/body-end.html index 1e7c7d66..75997417 100644 --- a/layouts/partials/hooks/body-end.html +++ b/layouts/partials/hooks/body-end.html @@ -7,4 +7,4 @@ */}} {{ $toc := resources.Get "js/toc.js" -}} - +