diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 3f9c13c..4b47c78 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,7 +19,7 @@ {{ $stylesheet := .Site.Data.webpack_assets.app }} {{ with $stylesheet.css }} - + {{ end }} diff --git a/layouts/partials/site-scripts.html b/layouts/partials/site-scripts.html index 590bdd8..17946bf 100644 --- a/layouts/partials/site-scripts.html +++ b/layouts/partials/site-scripts.html @@ -1,4 +1,4 @@ {{ $script := .Site.Data.webpack_assets.app }} {{ with $script.js }} - + {{ end }}