diff --git a/_includes/head.html b/_includes/head.html
index 70a33bd..b25c176 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -103,4 +103,8 @@
{% endunless %}
{% include metadata-hook.html %}
+
+
+
+ {% include posthog-analytics.html %}
diff --git a/_includes/js-selector.html b/_includes/js-selector.html
index a5edef5..91ee4d5 100644
--- a/_includes/js-selector.html
+++ b/_includes/js-selector.html
@@ -108,7 +108,4 @@
{% if site.cloudflare_analytics.token != empty and site.cloudflare_analytics.token %}
{% include cloudflare-analytics.html %}
{% endif %}
-
-
- {% include posthog-analytics.html %}
{% endif %}