mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 23:15:46 -06:00
10 lines
382 B
HTML
10 lines
382 B
HTML
|
{{ if site.Config.Services.GoogleAnalytics.ID }}
|
||
|
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.Config.Services.GoogleAnalytics.ID }}"></script>
|
||
|
<script>
|
||
|
window.dataLayer = window.dataLayer || [];
|
||
|
function gtag(){dataLayer.push(arguments);}
|
||
|
gtag('js', new Date());
|
||
|
|
||
|
gtag('config', '{{ site.Config.Services.GoogleAnalytics.ID }}');
|
||
|
</script>
|
||
|
{{ end }}
|