Add Google Tag Manager scripts to head and body templates

This commit is contained in:
2026-01-21 23:20:05 +01:00
parent 8ce7fffe31
commit 9c2f331f3a
2 changed files with 10 additions and 1 deletions

View File

@@ -35,7 +35,9 @@
</head>
<body id="{$page.page_name}" class="{$page.body_classes|classnames}">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PCWJ25RQ" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{block name='hook_after_body_opening_tag'}
{hook h='displayAfterBodyOpeningTag'}
{/block}