We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c548887 commit a9f1cf0Copy full SHA for a9f1cf0
_includes/head.html
@@ -16,7 +16,4 @@
16
17
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
18
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
19
- {% if site.google_analytics and jekyll.environment == 'production' %}
20
- {% include analytics.html %}
21
- {% endif %}
22
</head>
0 commit comments