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/docs.html | 2 ++ 1 file changed, 2 insertions(+) (limited to '_layouts/docs.html') diff --git a/_layouts/docs.html b/_layouts/docs.html index 7bbb06b87..26ba91aae 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -31,5 +31,7 @@ {% endif %} + + {% include scripts.html %} -- cgit v1.2.3