aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-02 17:10:45 -0300
committerLuiz F. A. de Prá <rawarkanis@gmail.com>2018-03-02 17:10:45 -0300
commit6e47762775ad8adfd62252b12c0f9c2c50e19cd7 (patch)
tree8ca48db9abdfc0b798f7382cfa07993418d8645f
parent4db982bb015eddb624e4c7f5776596b166dbaae5 (diff)
downloadhugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.gz
hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.bz2
hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.zip
Add GoogleAnalytics
-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>