Skip to content

Commit e98e899

Browse files
Add Ketch smart tag (#173)
1 parent d846227 commit e98e899

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/partials/head-prelude.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
})(window,document,'script','dataLayer','{{this}}');</script>
1010
<!-- End Google Tag Manager -->
1111
{{/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

Comments
 (0)