From eecb233ecfdfc72eb4a18b4a5e29e52805944bbe Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sun, 25 Jun 2023 20:45:32 -0700 Subject: [PATCH] :memo: Added script defer --- scripts/html5 | 2 +- scripts/pug5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/html5 b/scripts/html5 index 29da2cd7..38b014df 100755 --- a/scripts/html5 +++ b/scripts/html5 @@ -17,6 +17,6 @@ cat < - + EOM \ No newline at end of file diff --git a/scripts/pug5 b/scripts/pug5 index 62c6b30b..b084e587 100755 --- a/scripts/pug5 +++ b/scripts/pug5 @@ -15,5 +15,5 @@ html(lang = "en") noscript link(rel="stylesheet" href="css/style.css") body - script(src="./index.js" default) + script(src="./index.js" default defer) EOM \ No newline at end of file