mkdocs-material/material/partials/integrations/analytics.html
2019-01-28 11:13:26 +01:00

5 lines
276 B
HTML

<script async src="https://www.googletagmanager.com/gtag/js?id={{
config.google_analytics[0]
}}"></script>
<script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag("js",new Date),gtag("config","{{ config.google_analytics[0] }}")</script>