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

Add: Analytics tag.
This commit is contained in:
2024-11-01 17:33:28 +11:00
parent 71aaaaa649
commit 80050a88e5

View File

@@ -8,6 +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="~/trymymenu.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/trymymenu.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">
<script defer data-domain="trymymenu.com" src="https://analytics.rokoh.com/js/script.js"></script>
</head> </head>
<body> <body>
<header> <header>