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 }}');