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

Add: Analytics tag.
This commit is contained in:
2024-11-01 17:18:57 +11:00
parent 756b447bf0
commit d7c5b96aac

View File

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