You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
443 B
HTML
10 lines
443 B
HTML
{{ $page := . }}
|
|
|
|
{{ with $page.Param "paige.analytics.yandex" }}
|
|
<script>
|
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
|
|
ym("{{ .account_id | safeJS }}", "init", {});
|
|
</script>
|
|
{{ end }}
|