From 6cb2e71ace0acffe5a073cc792a0a6e9ed7e1c61 Mon Sep 17 00:00:00 2001
From: kaush <1042037+kaushikgopal@users.noreply.github.com>
Date: Sun, 14 Aug 2022 17:58:31 -0700
Subject: [PATCH] remove defer from js serving
https://validator.w3.org/nu/?doc=https%3A%2F%2Fkau.sh%2Fblog
---
layouts/partials/script.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/script.html b/layouts/partials/script.html
index ed666a3..4b06945 100644
--- a/layouts/partials/script.html
+++ b/layouts/partials/script.html
@@ -5,8 +5,8 @@
{{ $js := slice $jq $sn $gt | resources.Concat "js/bundle.js" }}
{{ if .Site.IsServer }}
-
+
{{ else }}
{{ $js = $js | minify | fingerprint }}
-
+
{{ end }}
\ No newline at end of file