From 01203ad26a7b491cc00302b5aef3b382a052f7f6 Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Wed, 4 Mar 2026 17:39:10 -0500 Subject: [PATCH 1/6] add new GA4 `google_analytics_id` --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 5a03acaf..1cb9ef7c 100644 --- a/_config.yml +++ b/_config.yml @@ -47,7 +47,7 @@ defaults: latest_srccon_program: https://2026.srccon.org/program/ # google_analytics_id: set this value to your GA4 measurement ID (format: G-XXXXXXXXXX) # Leave empty to disable Google Analytics tracking - google_analytics_id: "" + google_analytics_id: "G-W7QDZ6VHC9" - scope: path: "" type: "transcripts" From 6f3b7f7857cfb94b90633df0fe1f7c47a69cd1fc Mon Sep 17 00:00:00 2001 From: Tiff Fehr <60173+tiffehr@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:06:51 -0500 Subject: [PATCH 2/6] add width and height attributes to logo images for better responsiveness --- _layouts/layout.html | 46 ++++++++++++++++++++++++++++++++++------ _layouts/layout_hub.html | 2 ++ 2 files changed, 42 insertions(+), 6 deletions(-) diff --git a/_layouts/layout.html b/_layouts/layout.html index c0a8a581..8b2fa8d3 100644 --- a/_layouts/layout.html +++ b/_layouts/layout.html @@ -9,7 +9,12 @@