Skip to content

Commit 9504eb0

Browse files
authored
Merge pull request #310 from Polymer/arthurevans-patch-1
Analytics by default
2 parents 43f6cd3 + a4f3b1b commit 9504eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<link rel="stylesheet" href="{{site.baseurl}}/css/main.css">
1111
<link rel="stylesheet" href="{{site.baseurl}}/css/pygments.css">
1212
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:400,500">
13-
{% if site.google_analytics and jekyll.environment == 'production' %}
13+
{% if site.google_analytics %}
1414
{% include analytics.html %}
1515
{% endif %}
1616
<script src="{{site.baseurl}}/build/gh-pages/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>

0 commit comments

Comments
 (0)