From 8a20068fe6110ae173292c23ae2ec9122038227b Mon Sep 17 00:00:00 2001 From: Arnaud Rebillout Date: Sun, 26 Jul 2020 14:22:47 +0700 Subject: [PATCH] Update google_analytics fragment, add support for GA_COOKIE_DOMAIN Per Pelican simple theme and Google Analytics documentation: - https://developers.google.com/analytics/devguides/collection/analyticsjs - https://github.com/getpelican/pelican/blob/master/pelican/themes/notmyidea/templates/analytics.html --- templates/fragments/google_analytics.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/templates/fragments/google_analytics.html b/templates/fragments/google_analytics.html index c9390eb..dbd5fe9 100644 --- a/templates/fragments/google_analytics.html +++ b/templates/fragments/google_analytics.html @@ -1,10 +1,11 @@ {% if GOOGLE_ANALYTICS %} - + {% endif %}