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 %}