From 1ebd3e14539a1ad77719926567e45c5efc310f5b Mon Sep 17 00:00:00 2001 From: danielkvist Date: Tue, 2 Apr 2019 12:34:31 +0200 Subject: add defer --- layouts/partials/scripts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index 52354f9..5d55511 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -2,4 +2,4 @@ {{ $bundle := slice $header | resources.Concat "js/bundle.js" }} {{ $js := $bundle | resources.Minify | resources.Fingerprint }} - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3