This commit is contained in:
2022-04-25 13:40:12 +08:00
commit 41f187e460
349 changed files with 60741 additions and 0 deletions
@@ -0,0 +1,13 @@
<!-- Global site tag (gtag.js) - Google Analytics -->
<% if (theme.googleAnalytics.enable) { %>
<script async src="https://www.googletagmanager.com/gtag/js?id=<%- theme.googleAnalytics.id %>"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', '<%- theme.googleAnalytics.id %>');
</script>
<% } %>