carte du jour et analytics

This commit is contained in:
2026-02-26 20:42:12 +04:00
parent 7ce5533dcc
commit 1fe15b5907

View File

@@ -25,7 +25,23 @@ const { title } = Astro.props;
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Philosopher:ital,wght@0,400;0,700;1,400&display=swap" href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Philosopher:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet" rel="stylesheet"
/> />
</head> <script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5M920H5PW7"
></script></head
>
<!-- Google tag (gtag.js) -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-5M920H5PW7");
</script>
<body> <body>
<slot /> <slot />
</body> </body>