diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index 2864a41..11df0ad 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -11,3 +11,11 @@ try {
} catch(err) {}
{{ end }}
+
+{{ if .Site.Params.HighlightJS }}
+
+
+
+{{ end }}
diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html
index b53e4cb..5200989 100644
--- a/layouts/partials/head_includes.html
+++ b/layouts/partials/head_includes.html
@@ -10,6 +10,11 @@
+{{ if .Site.Params.HighlightJS }}
+
+{{ end }}
+
+
{{ if eq true .Site.Params.CacheBuster }}