From f9e2439e56e078bbdbdca97cf44eec2b6057c25d Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Tue, 7 Jul 2020 17:42:51 -0700 Subject: [PATCH] Include scripts.html in case studies template --- layouts/case-studies/single-baseof.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/case-studies/single-baseof.html b/layouts/case-studies/single-baseof.html index e97cbf934d..64b48a4e13 100644 --- a/layouts/case-studies/single-baseof.html +++ b/layouts/case-studies/single-baseof.html @@ -9,5 +9,7 @@ {{ partialCached "footer.html" . }} + {{ partialCached "scripts.html" . }} + \ No newline at end of file