Parcourir la source

Try changing head

Håvard O. Nordstrand il y a 5 ans
Parent
commit
70a533355f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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 %}