From b26494512152f6311ca11334b4d460152369e143 Mon Sep 17 00:00:00 2001 From: Wooseop Kim Date: Wed, 15 Jan 2020 22:43:52 +0900 Subject: [PATCH] Enable custom script injection --- layouts/partials/footer.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 9e70410..3af99ed 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -15,5 +15,10 @@ + +{{ if (fileExists "static/script.js") -}} + +{{- end }} + {{ partial "extended_footer.html" . }}