Skip to content

Commit ec399f3

Browse files
committed
fix: gtag var
1 parent 6b5e1c0 commit ec399f3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ theme_color: azure
77
title: Quick
88
description: Quick. The fastest and easiest way to make a GitHub Pages website for your project.
99
keywords: github pages, github readme, github pages theme, jekyll theme, landing page
10-
gtag: ${{ vars.GA_TAG }} #Google Analytics tag (e.g. G-A1BCDEFGHI)
10+
gtag: ${{ vars.GTAG }} #Google Analytics tag (e.g. G-A1BCDEFGHI)
1111

1212
# If you're using devich/quick as your GitHub Pages remote theme,
1313
# there's no need to copy the options listed below.

_layouts/default.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
window.dataLayer = window.dataLayer || [];
99
function gtag(){dataLayer.push(arguments);}
1010
gtag('js', new Date());
11-
1211
gtag('config', '{{ site.gtag }}');
1312
</script>
1413
{% endif %}

0 commit comments

Comments
 (0)