diff --git a/themes/lhs/layouts/partials/foot.html b/themes/lhs/layouts/partials/foot.html
index 689f411..ccebd24 100644
--- a/themes/lhs/layouts/partials/foot.html
+++ b/themes/lhs/layouts/partials/foot.html
@@ -1,3 +1,5 @@
+
+
{{ $site := resources.Get "js/site.js" }}
{{ $js := slice $site | resources.Concat "js/bundle.js" | resources.Minify }}
{{ $secureJS := $js | resources.Fingerprint "sha512" }}
diff --git a/themes/lhs/layouts/partials/head.html b/themes/lhs/layouts/partials/head.html
index 72c0e63..3cd7499 100644
--- a/themes/lhs/layouts/partials/head.html
+++ b/themes/lhs/layouts/partials/head.html
@@ -16,9 +16,6 @@
-
-
-
{{ $opts := dict "transpiler" "libsass" "targetPath" "css/leighhack.css" }}
{{ with resources.Get "sass/leighhack.scss" | toCSS $opts | minify | fingerprint }}