We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43f6cd3 + a4f3b1b commit 9504eb0Copy full SHA for 9504eb0
docs/_layouts/default.html
@@ -10,7 +10,7 @@
10
<link rel="stylesheet" href="{{site.baseurl}}/css/main.css">
11
<link rel="stylesheet" href="{{site.baseurl}}/css/pygments.css">
12
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Google+Sans:400,500">
13
- {% if site.google_analytics and jekyll.environment == 'production' %}
+ {% if site.google_analytics %}
14
{% include analytics.html %}
15
{% endif %}
16
<script src="{{site.baseurl}}/build/gh-pages/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
0 commit comments