From 69eeeb8aaf2524ecb7ebd3c7865235f2467f4731 Mon Sep 17 00:00:00 2001 From: Adrian Short Date: Thu, 10 Aug 2017 17:21:28 +0100 Subject: [PATCH] Add Google Analytics. Close #13 Put your site ID in your config.toml: googleAnalytics = "UA-123-45" --- layouts/partials/footer.html | 1 + 1 file changed, 1 insertion(+) diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index b605728..df45801 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,2 +1,3 @@ + {{ template "_internal/google_analytics.html" . }}