Update shotreact/Pages/Shared/_Layout.cshtml
All checks were successful
Gitea CI/CD / build (push) Successful in 1m35s

Umami Analytics.
This commit is contained in:
2025-04-19 10:25:56 +10:00
parent d3bb97d4f9
commit a8e032226a

View File

@@ -7,21 +7,7 @@
<link rel="stylesheet" href="~/lib/twitter-bootstrap/css/bootstrap.min.css" /> <link rel="stylesheet" href="~/lib/twitter-bootstrap/css/bootstrap.min.css" />
<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="~/shotreact.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/shotreact.styles.css" asp-append-version="true" />
<!-- Matomo --> <script defer src="https://analytics.rokoh.com/script.js" data-website-id="b24bfe85-801f-4ca7-80d0-c102024a3980"></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', '5']);
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>