Welcome to mirror list, hosted at ThFree Co, Russian Federation.

google-tag-manager.html « partials « layouts - github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48cfa6fb25f180afaaee28e91625bfe3203cd801 (plain)
1
2
3
4
5
{{- if and (not .Site.IsServer) hugo.IsProduction -}}
{{ with getenv "HUGO_GTM_ID" | default .Site.Params.google_tag_manager_id }}
<!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','{{ . }}');</script> <!-- End Google Tag Manager -->
{{ end }}
{{ end }}