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