From 2e8bdaabdc68fd863ccce6b46a1f756686be349a Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 21 Jul 2021 12:53:32 +0200 Subject: [PATCH] [404,index] Remove type= attributes, superflous for javascript --- themes/doublefourteen/layouts/404.html | 2 +- themes/doublefourteen/layouts/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/doublefourteen/layouts/404.html b/themes/doublefourteen/layouts/404.html index 0929e42..4496324 100644 --- a/themes/doublefourteen/layouts/404.html +++ b/themes/doublefourteen/layouts/404.html @@ -13,7 +13,7 @@ {{ $notfoundCss := resources.Get "sass/notfound.sass" | toCSS $sassOptions | fingerprint }} {{ $particlesJs := resources.Get "js/lib/particles.js" | js.Build $jsOptions | fingerprint }} - + {{ end }} {{ define "main" }} diff --git a/themes/doublefourteen/layouts/index.html b/themes/doublefourteen/layouts/index.html index b44764d..4fa3219 100644 --- a/themes/doublefourteen/layouts/index.html +++ b/themes/doublefourteen/layouts/index.html @@ -9,7 +9,7 @@ {{ $home := resources.Get "sass/home.sass" | toCSS $sassOptions | fingerprint }} {{ $transmissionJs := resources.Get "js/transmission.js" | js.Build $jsOptions | fingerprint }} - + {{ end }} {{ define "main" }}