diff --git a/_src/_includes/footer.html b/_src/_includes/footer.html index 1c01eedd..0b4f3db8 100644 --- a/_src/_includes/footer.html +++ b/_src/_includes/footer.html @@ -52,29 +52,4 @@ - - -{% if jekyll.environment == "production" %} - - - - -{% endif %} +{% include scripts.html %} diff --git a/_src/_includes/scripts.html b/_src/_includes/scripts.html new file mode 100644 index 00000000..1bad2427 --- /dev/null +++ b/_src/_includes/scripts.html @@ -0,0 +1,49 @@ + + +{% if jekyll.environment == "production" %} + + +{% endif %} + + + +{% if jekyll.environment == "production" %} + +{% else %} + +{% endif%}