Compare commits
3 Commits
3797e33450
...
4e2422fa09
Author | SHA1 | Date | |
---|---|---|---|
4e2422fa09 | |||
8d09641e5d | |||
2b6e3bfa9f |
1
articles
1
articles
|
@ -1 +0,0 @@
|
|||
Subproject commit 3744bd78995594e5fdfcaeff32f426f1d41daffa
|
|
@ -2,4 +2,17 @@
|
|||
import '$lib/app.scss';
|
||||
</script>
|
||||
|
||||
<svelte:head>
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6D99J1R7DX"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-6D99J1R7DX');
|
||||
</script>
|
||||
</svelte:head>
|
||||
|
||||
<slot />
|
Loading…
Reference in New Issue
Block a user