From b009a73176c74d8f8b9ef8c7afbb30b90c0597a4 Mon Sep 17 00:00:00 2001 From: kendo5731 Date: Sat, 6 Feb 2016 16:43:18 +0100 Subject: [PATCH] feat(): add integration with Google Analytics --- README.md | 1 - layouts/partials/footer.html | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20039ab..8b74417 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,6 @@ A theme for [Hugo](https://gohugo.io/), inspired by Atom editor. This repo is a work in progress, there is still work to do, contributions are welcome ! -- Add integration with Google Analytics - Add a "Home" link in the top of the menu - Add custom 404.html - Support for code highlighting diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index ddba652..91ff64b 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1 +1,2 @@ +{{ template "_internal/google_analytics.html" . }}