Håvard O. Nordstrand 5 anni fa
parent
commit
70a533355f
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      _layouts/head.html

+ 3 - 0
_layouts/head.html

@@ -0,0 +1,3 @@
+{% if site.google_analytics and jekyll.environment == 'production' %}
+{% include analytics.html %}
+{% endif %}