Merge branch 'dev' into experimental

This commit is contained in:
2023-06-15 02:44:25 +00:00
+10
View File
@@ -0,0 +1,10 @@
<!-- Google tag (gtag.js) -->
<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 }}');
</script>
<!-- End of Google tag (gtag.js) -->