From 33594c0d1307e1aad56823a7ac5ba6bb18a5d294 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Sat, 3 Feb 2018 21:41:44 +0800 Subject: feat: support custom css and js (#29) --- layouts/partials/scripts.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'layouts/partials/scripts.html') diff --git a/layouts/partials/scripts.html b/layouts/partials/scripts.html index cb26278..89c087a 100644 --- a/layouts/partials/scripts.html +++ b/layouts/partials/scripts.html @@ -59,4 +59,9 @@ s.parentNode.insertBefore(bp, s); })(); -{{- end }} \ No newline at end of file +{{- end }} + + +{{ range .Site.Params.customJS }} + +{{ end }} -- cgit v1.2.3