From 06c2397a09d78cb88b671d5e78d10edf61f44fcc Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Mon, 14 Aug 2017 21:28:28 -0700 Subject: [PATCH] Use the minima head.html include. --- docs/_includes/head.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/_includes/head.html b/docs/_includes/head.html index e69de29..18541a0 100644 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -0,0 +1,17 @@ + + + + + + {% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %} + + + + + + + {% if jekyll.environment == 'production' and site.google_analytics %} + {% include google-analytics.html %} + {% endif %} + +