Avoid GA snippet blocking HTML parsing.

This commit is contained in:
Cotes Chung
2020-10-27 21:20:06 +08:00
parent 8d4c1deb15
commit 7d128769f6
2 changed files with 11 additions and 11 deletions
+4
View File
@@ -54,6 +54,10 @@ layout: compress
{% include search-loader.html %}
{% if site.google_analytics.id and jekyll.environment == 'production' %}
{% include google-analytics.html %}
{% endif %}
</body>
</html>