diff options
author | Luiz F. A. de Prá <rawarkanis@gmail.com> | 2018-03-02 17:10:45 -0300 |
---|---|---|
committer | Luiz F. A. de Prá <rawarkanis@gmail.com> | 2018-03-02 17:10:45 -0300 |
commit | 6e47762775ad8adfd62252b12c0f9c2c50e19cd7 (patch) | |
tree | 8ca48db9abdfc0b798f7382cfa07993418d8645f | |
parent | 4db982bb015eddb624e4c7f5776596b166dbaae5 (diff) | |
download | hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.gz hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.tar.bz2 hugo-coder-6e47762775ad8adfd62252b12c0f9c2c50e19cd7.zip |
Add GoogleAnalytics
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | layouts/_default/baseof.html | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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> |