From c5608bd5eb5548412323721c4746fc3c33f3670c Mon Sep 17 00:00:00 2001 From: Eli Uriegas Date: Tue, 10 Jul 2018 18:28:16 -0700 Subject: [PATCH] Add fathom support Add fathom support if you have a `fathomurl` specified in your config Signed-off-by: Eli Uriegas --- layouts/partials/footer_scripts.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index a7a71cd..7ecbf68 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -24,6 +24,23 @@ {{ end }} +{{ if .Site.Params.fathomurl }} + + + +{{ end }} + {{ template "_internal/google_analytics_async.html" . }}