From 2bb56290c4cb338708ef59f6e78ec23ad9a84919 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Tue, 20 Feb 2018 12:40:24 -0700 Subject: [PATCH] fixed bug in template --- docs/themes/coral/layout/partial/footer.swig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/themes/coral/layout/partial/footer.swig b/docs/themes/coral/layout/partial/footer.swig index d1e8f2c0a..9200187ee 100644 --- a/docs/themes/coral/layout/partial/footer.swig +++ b/docs/themes/coral/layout/partial/footer.swig @@ -13,6 +13,6 @@ function gtag(){dataLayer.push(arguments)}; gtag('js', new Date()); - gtag('config', '{{ site.google_analytics }}'); + gtag('config', '{{ config.google_analytics }}');