We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d846227 commit e98e899Copy full SHA for e98e899
src/partials/head-prelude.hbs
@@ -9,3 +9,6 @@
9
})(window,document,'script','dataLayer','{{this}}');</script>
10
<!-- End Google Tag Manager -->
11
{{/with}}
12
+ {{#with site.keys.ketchSmartTagUrl}}
13
+ <script>!function(){window.semaphore=window.semaphore||[],window.ketch=function(){window.semaphore.push(arguments)};var e=document.createElement("script");e.type="text/javascript",e.src="{{this}}",e.defer=e.async=!0,document.getElementsByTagName("head")[0].appendChild(e)}();</script>
14
+ {{/with}}
0 commit comments