Update rokoh/Pages/Shared/_Layout.cshtml
All checks were successful
Gitea CI/CD / build (push) Successful in 1m37s
All checks were successful
Gitea CI/CD / build (push) Successful in 1m37s
Umami Analytics.
This commit is contained in:
@@ -8,21 +8,7 @@
|
|||||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||||
<link rel="stylesheet" href="~/rokoh.styles.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/rokoh.styles.css" asp-append-version="true" />
|
||||||
<link rel="icon" type="image/x-icon" href="~/img/favicon.ico">
|
<link rel="icon" type="image/x-icon" href="~/img/favicon.ico">
|
||||||
<!-- Matomo -->
|
<script defer src="https://analytics.rokoh.com/script.js" data-website-id="52332c23-fdb0-4515-885e-daddf653905a"></script>
|
||||||
<script>
|
|
||||||
var _paq = window._paq = window._paq || [];
|
|
||||||
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
||||||
_paq.push(['trackPageView']);
|
|
||||||
_paq.push(['enableLinkTracking']);
|
|
||||||
(function() {
|
|
||||||
var u="//analytics.rokoh.com/";
|
|
||||||
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
||||||
_paq.push(['setSiteId', '2']);
|
|
||||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
|
||||||
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
|
||||||
})();
|
|
||||||
</script>
|
|
||||||
<!-- End Matomo Code -->
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
|
|||||||
Reference in New Issue
Block a user