From 6ee35ced8650d65fbdbb5bbbe4575f53ae8fc801 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 29 May 2017 10:52:13 -0700 Subject: move scripts to separate include so we can include them across layouts even if the footer isn't there --- _layouts/default.html | 1 + 1 file changed, 1 insertion(+) (limited to '_layouts/default.html') diff --git a/_layouts/default.html b/_layouts/default.html index e3642ac6d..d5e6b10b4 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -17,5 +17,6 @@ {% include footer.html %} + {% include scripts.html %} -- cgit v1.2.3