1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 21:53:26 +00:00

Upgrade GA tag (analytics.js) to the latest tag (gtag.js)

This commit is contained in:
Cotes Chung
2020-10-12 05:27:13 +08:00
parent db5a58638d
commit 3c2675c4a1
3 changed files with 13 additions and 13 deletions

View File

@@ -35,7 +35,11 @@
{% endif %}
<!-- PWA -->
{% if jekyll.environment == 'production' %}
{% include google-analytics.html %}
<!-- PWA -->
<script src="{{ '/app.js' | relative_url }}" defer></script>
{% endif %}