Skip to content

Commit 96be330

Browse files
author
hexagoncircle
committed
Move gtm tag position
1 parent 4f1a6a3 commit 96be330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/site/_includes/layouts/base.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ ogimage: "/img/og/default-og-image.png"
99
<head>
1010
<meta charset="utf-8">
1111
<meta name="viewport" content="width=device-width, initial-scale=1.0">
12-
<link rel="stylesheet" href="/css/styles.css">
1312
<!-- Google tag (gtag.js) -->
1413
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X2FMMZSSS9"></script>
1514
<script>
@@ -18,6 +17,7 @@ ogimage: "/img/og/default-og-image.png"
1817
gtag('js', new Date());
1918
gtag('config', 'G-X2FMMZSSS9');
2019
</script>
20+
<link rel="stylesheet" href="/css/styles.css">
2121
{%- for url in stylesheets %}
2222
<link rel="stylesheet" href="{{ url }}">
2323
{%- endfor %}

0 commit comments

Comments
 (0)