From 46a7d8c014a4ee48c187f27612fb9bec57c65cf2 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 29 Apr 2023 21:33:32 +0100 Subject: Add Google Tag Manager code --- soupault.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/soupault.toml b/soupault.toml index ec9e6ac..d72bb6b 100644 --- a/soupault.toml +++ b/soupault.toml @@ -48,6 +48,31 @@ file = "templates/trustpilot.html" selector = "#trustpilot-widget" +[widgets.insert-google-tag-manager-head] + widget = "insert_html" + html = """ + + + +""" + selector = "head" + action = "prepend_child" + +[widgets.insert-google-tag-manager-body] + widget = "insert_html" + selector = "body" + html = """ + + + + """ + action = "prepend_child" + # Inserts a scary warning banner in preview versions [widgets.insert-staging-warning] widget = "include" -- cgit v1.2.3