aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/js.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2018-07-05 14:45:24 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2018-07-05 14:45:24 +0300
commitdccc5e9864bb8e5923d633848860d39e4d92e46c (patch)
treeb083eb048be02d10d0497d1f4b750f504f990366 /layouts/partials/js.html
parent2c05edfd800690b04d8b1d5529a17276cf6eccd3 (diff)
v2 Dev Preview 1
Diffstat (limited to 'layouts/partials/js.html')
-rw-r--r--layouts/partials/js.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/js.html b/layouts/partials/js.html
index 1e62849..d47cd5d 100644
--- a/layouts/partials/js.html
+++ b/layouts/partials/js.html
@@ -60,3 +60,6 @@
lastUpdated.innerHTML = 'Last checked ' + timeSince(lastUpdate) + ' ago';
}, 1000);
</script>
+{{ with .Site.Params.customJS }}
+<script type="text/javascript" src="{{ . }}"></script>
+{{ end }}