From e272dee139a1ff4fd80b69a7d7373a9ba4476acc Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 1 Jul 2017 18:42:02 +0100 Subject: [PATCH] Extract javascripts include from all layouts --- _includes/javascripts.html | 1 + _layouts/co-op.html | 2 +- _layouts/default.html | 2 +- _layouts/home.html | 2 +- _layouts/service.html | 2 +- _layouts/technology.html | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) create mode 100644 _includes/javascripts.html diff --git a/_includes/javascripts.html b/_includes/javascripts.html new file mode 100644 index 0000000..340fac3 --- /dev/null +++ b/_includes/javascripts.html @@ -0,0 +1 @@ + diff --git a/_layouts/co-op.html b/_layouts/co-op.html index 6b9962b..f3d36fb 100644 --- a/_layouts/co-op.html +++ b/_layouts/co-op.html @@ -136,7 +136,7 @@ {% include footer.html %} - + {% include javascripts.html %} diff --git a/_layouts/default.html b/_layouts/default.html index ea432ef..b1beab1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -24,7 +24,7 @@ {% include footer.html %} - + {% include javascripts.html %} diff --git a/_layouts/home.html b/_layouts/home.html index a1f6edb..6dc7dd6 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -62,7 +62,7 @@ {% include footer.html %} - + {% include javascripts.html %} diff --git a/_layouts/service.html b/_layouts/service.html index 22bfb27..4e0f626 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -54,7 +54,7 @@ {% include footer.html %} - + {% include javascripts.html %} diff --git a/_layouts/technology.html b/_layouts/technology.html index 4fe50d5..feab11e 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -54,7 +54,7 @@ {% include footer.html %} - + {% include javascripts.html %}