Skip to content

Commit f15bee4

Browse files
committed
Update tag
1 parent 58132d6 commit f15bee4

File tree

1 file changed

+2
-3
lines changed
  • themes/gathering-theme/layouts/partials

1 file changed

+2
-3
lines changed

themes/gathering-theme/layouts/partials/head.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,15 @@
2222
<link rel="shortcut icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
2323
<link rel="icon" href="{{ `images/favicon.png` | absURL }}" type="image/x-icon">
2424
<!-- Google tag (gtag.js) -->
25-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1S62VE6ZNR"></script>
25+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N2LHBZY3MV"></script>
2626
<script>
2727
window.dataLayer = window.dataLayer || [];
2828
function gtag() { dataLayer.push(arguments); }
2929
gtag('js', new Date());
3030

31-
gtag('config', 'G-1S62VE6ZNR');
31+
gtag('config', 'G-N2LHBZY3MV');
3232
</script>
3333

34-
3534
{{ template "_internal/opengraph.html" . }}
3635
{{ template "_internal/twitter_cards.html" . }}
3736

0 commit comments

Comments
 (0)