diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0b70040c..02163274 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,6 +26,10 @@ googleAnalytics = ""
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
date_format = "Mon, Jan 2, 2006"
+ # Link custom CSS and JS assets (relative to /static/css and /static/js respectively)
+ custom_css = []
+ custom_js = []
+
[[params.education]]
course = "PhD in Artificial Intelligence"
institution = "Stanford University"
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index f5db58b3..cf646766 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -3,6 +3,9 @@
+ {{ range .Site.Params.custom_js }}
+
+ {{ end }}
{{ with .Site.GoogleAnalytics }}