From ee6037bfdb9498197baef48f4098a16d3a1bdb34 Mon Sep 17 00:00:00 2001 From: Haytham Abuelfutuh Date: Thu, 9 May 2024 13:59:30 -0700 Subject: [PATCH] Add Google Tag Manager (#5341) * Add Google Tag Manager Signed-off-by: Haytham Abuelfutuh * Remove scarf (to be added through GTM) Signed-off-by: Haytham Abuelfutuh * Update base.html Signed-off-by: Haytham Abuelfutuh * PR Feedback Signed-off-by: Haytham Abuelfutuh --------- Signed-off-by: Haytham Abuelfutuh --- docs/_templates/base.html | 11 +++++++++++ docs/_templates/page.html | 5 +---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/_templates/base.html b/docs/_templates/base.html index 0d8cf4ac36..63094834f5 100644 --- a/docs/_templates/base.html +++ b/docs/_templates/base.html @@ -1,6 +1,13 @@ + + + {%- block site_meta -%} @@ -107,6 +114,10 @@ runllm-name="RunLLM" /> + + + {% block body %}