1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Don't include Google Analytics scripts without analytics id (#482)

This commit is contained in:
Tamme Schichler
2022-01-14 12:01:22 +01:00
committed by Cotes Chung
parent a6c73e8f4f
commit 4a2016a9e3
4 changed files with 6 additions and 5 deletions

View File

@@ -40,7 +40,8 @@
<link rel="dns-prefetch" href="https://fonts.gstatic.com">
<!-- GA -->
{% if jekyll.environment == 'production' %}
{% if jekyll.environment == 'production'
and site.google_analytics.id != empty and site.google_analytics.id %}
<link rel="preconnect" href="https://www.google-analytics.com" crossorigin="use-credentials">
<link rel="dns-prefetch" href="https://www.google-analytics.com">