hexo-theme-amane/layout/plugin/google-analytics.ejs

9 lines
340 B
Plaintext

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