diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5931ebb..465cd5d 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -25,6 +25,7 @@ Email = "you@example.space"
FaviconFile = "img/leaf.ico"
GATracker = "XYZ"
GitHub = "//github.com/you"
+HighlightJS = true
Initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
Lang = "en"
LinkedIn = "//linkedin.com/in/you"
diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html
index 11df0ad..a2140c0 100644
--- a/layouts/partials/footer_scripts.html
+++ b/layouts/partials/footer_scripts.html
@@ -13,9 +13,9 @@ try {
{{ end }}
{{ if .Site.Params.HighlightJS }}
-
+
-
+
{{ end }}