From 5a75b42911dbe0e4b1e70e39e0f274eb75478f8a Mon Sep 17 00:00:00 2001 From: Chris Abraham Date: Mon, 17 Mar 2025 21:58:49 +0700 Subject: [PATCH] Remove old UA analytics slug Signed-off-by: Chris Abraham --- _includes/head.html | 1 - 1 file changed, 1 deletion(-) diff --git a/_includes/head.html b/_includes/head.html index 06be73f6c60f..b86b1e202467 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -34,7 +34,6 @@ {% if jekyll.environment == 'production' %} - {% include analytics.html %} {% include pixel.html %} {% include twitter_pixel.html %} {% endif %}