diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html index 76c0dd4da..11d55abdf 100644 --- a/site/layouts/_default/baseof.html +++ b/site/layouts/_default/baseof.html @@ -30,6 +30,7 @@ {{ $stylesheet := .Site.Data.webpack.main }} {{ with $stylesheet.css }} + {{ end }}
@@ -42,6 +43,27 @@ {{ $script := .Site.Data.webpack.main }} {{ with $script.js }} + + {{ end }}