fixed bug in template

This commit is contained in:
Wyatt Johnson
2018-02-20 12:40:24 -07:00
parent 22ee7b1d34
commit 2bb56290c4
+1 -1
View File
@@ -13,6 +13,6 @@
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
gtag('config', '{{ config.google_analytics }}');
</script>