aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--layouts/_default/baseof.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2c58a59..f6f0ac3 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,6 @@ hugo server
## To Do
-- GoogleAnalytics integration
- Comments (probably not Disqus, sorry)
- Tags, Categories and Series
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 94d09a6..a094dc1 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -39,6 +39,9 @@
{{ partial "footer.html" . }}
</main>
+
+ {{ template "_internal/google_analytics.html" . }}
+
</body>
</html>