Compare commits

..

No commits in common. "4e2422fa0927a1353abfe0ee19ce24fb667773b2" and "3797e33450e0739472d27cd400290d7f70ecfa18" have entirely different histories.

2 changed files with 3 additions and 15 deletions

1
articles Submodule

@ -0,0 +1 @@
Subproject commit 3744bd78995594e5fdfcaeff32f426f1d41daffa

View File

@ -1,18 +1,5 @@
<script>
import '$lib/app.scss';
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 />
<slot />