Skip to content

Commit

Permalink
🐛 Fix: tab error
Browse files Browse the repository at this point in the history
  • Loading branch information
flier268 committed Nov 17, 2020
1 parent 1c121e1 commit b7eca92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layout/includes/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if theme.google_analytics
if theme.google_analytics_MeasurementID
script(async, src=`https://www.googletagmanager.com/gtag/js?id=${theme.google_analytics_MeasurementID}`)
script.
window.dataLayer = window.dataLayer || [];
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '!{theme.google_analytics_MeasurementID}');
Expand Down

0 comments on commit b7eca92

Please sign in to comment.