diff --git a/src/_includes/foot-scripts.html b/src/_includes/foot-scripts.html new file mode 100644 index 0000000..078385c --- /dev/null +++ b/src/_includes/foot-scripts.html @@ -0,0 +1,14 @@ + + + \ No newline at end of file diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 58fe111..e90ca80 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -15,6 +15,7 @@ {% include section-three.html %} {% include cta.html %} {% include footer.html %} +{% include foot-scripts.html %} diff --git a/src/_layouts/page.html b/src/_layouts/page.html index ce46a2a..4c571d5 100644 --- a/src/_layouts/page.html +++ b/src/_layouts/page.html @@ -26,6 +26,7 @@ {% include footer.html %} + {% include foot-scripts.html %} diff --git a/src/_layouts/post.html b/src/_layouts/post.html index c7f856c..95cb006 100644 --- a/src/_layouts/post.html +++ b/src/_layouts/post.html @@ -33,6 +33,7 @@ {% include footer.html %} + {% include foot-scripts.html %} diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index bb2e3cb..65aa7bf 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -42,6 +42,7 @@ {% include footer.html %} + {% include foot-scripts.html %}