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:
committed by
Cotes Chung
parent
a6c73e8f4f
commit
4a2016a9e3
@@ -43,7 +43,7 @@ const resource = [
|
||||
|
||||
/* The request url with below domain will be cached */
|
||||
const allowedDomains = [
|
||||
{% if site.google_analytics.id != '' %}
|
||||
{% if site.google_analytics.id != empty and site.google_analytics.id %}
|
||||
'www.googletagmanager.com',
|
||||
'www.google-analytics.com',
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user