mertica
Gitea Actions Demo / build_and_push (push) Successful in 51s
Details
Gitea Actions Demo / build_and_push (push) Successful in 51s
Details
This commit is contained in:
parent
13791c363b
commit
9aa73b936b
|
|
@ -60,6 +60,33 @@ export function renderTemplate(options: TemplateOptions): string {
|
|||
${jsonLdScript}
|
||||
</head>
|
||||
<body>
|
||||
<!-- Yandex.Metrika counter -->
|
||||
<script type="text/javascript">
|
||||
(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();
|
||||
for (var j = 0; j < document.scripts.length; j++) {
|
||||
if (document.scripts[j].src === r) return;
|
||||
}
|
||||
(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?id=112806558", "ym");
|
||||
ym(112806558, "init", {
|
||||
ssr: true,
|
||||
webvisor: true,
|
||||
clickmap: true,
|
||||
ecommerce: "dataLayer",
|
||||
referrer: document.referrer,
|
||||
url: location.href,
|
||||
accurateTrackBounce: true,
|
||||
trackLinks: true,
|
||||
});
|
||||
</script>
|
||||
<noscript><img src="https://mc.yandex.ru/watch/112806558" style="position:absolute;left:-9999px" alt="" /></noscript>
|
||||
<!-- /Yandex.Metrika counter -->
|
||||
<div id="app">
|
||||
${content}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue