-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Description
Greetings,
Thank for the template, but there is something need to be updated in _includes/google_analytics.html
The code should be:
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
console.log('Google Analytics loaded {{ site.google_analytics }}');
</script>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels