carte du jour et analytics
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user