aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/_default/baseof.html
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 /layouts/_default/baseof.html
parent4db982bb015eddb624e4c7f5776596b166dbaae5 (diff)
downloadhugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.gz
hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.bz2
hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.zip
Add GoogleAnalytics
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r--layouts/_default/baseof.html3
1 files changed, 3 insertions, 0 deletions
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>