diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html
index 05891be..3e36a65 100644
--- a/layouts/partials/scripts.html
+++ b/layouts/partials/scripts.html
@@ -1,6 +1,9 @@
+{{ range .Site.Params.customCSS -}}
+
+{{- end }}
@@ -27,4 +30,7 @@
function ThisYear() {
document.getElementById('thisyear').innerHTML = new Date().getFullYear();
};
-
\ No newline at end of file
+
+{{- range .Site.Params.customJS }}
+
+{{- end }}
\ No newline at end of file