From 97098bdeb829a37124e983659f9831e28c2da9f3 Mon Sep 17 00:00:00 2001 From: Ron Bessems Date: Thu, 2 Oct 2025 12:28:53 -0700 Subject: [PATCH] Add Google Analytics tag --- tutorial/tutorial_sphinx_theme_1/layout.html | 7 ++++++- tutorial/tutorial_sphinx_theme_1/theme.conf | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tutorial/tutorial_sphinx_theme_1/layout.html b/tutorial/tutorial_sphinx_theme_1/layout.html index e61b973..47392d0 100644 --- a/tutorial/tutorial_sphinx_theme_1/layout.html +++ b/tutorial/tutorial_sphinx_theme_1/layout.html @@ -631,7 +631,12 @@ {%- if theme_analytics_id %} - + {%- endif %} {%- endif %} diff --git a/tutorial/tutorial_sphinx_theme_1/theme.conf b/tutorial/tutorial_sphinx_theme_1/theme.conf index 1c061c4..c95e52d 100644 --- a/tutorial/tutorial_sphinx_theme_1/theme.conf +++ b/tutorial/tutorial_sphinx_theme_1/theme.conf @@ -5,7 +5,7 @@ pygments_style = default [options] canonical_url = -analytics_id = +analytics_id = G-HLDXVJYYPC analytics_anonymize_ip = False collapse_navigation = True sticky_navigation = True