diff --git a/.gitignore b/.gitignore index 45c1505..12fbc18 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ _site .sass-cache .jekyll-metadata +.idea diff --git a/_includes/head.html b/_includes/head.html index 03e1bc2..f651317 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -19,6 +19,11 @@ + + + {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %} diff --git a/_includes/scripts.html b/_includes/scripts.html new file mode 100644 index 0000000..688257f --- /dev/null +++ b/_includes/scripts.html @@ -0,0 +1,43 @@ + + + + + +
+ + + + + + diff --git a/_layouts/default.html b/_layouts/default.html index 0e22ce0..c4203d8 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,4 +3,5 @@ {% include header.html %} {{ content }} {% include footer.html %} +{% include scripts.html %}