summaryrefslogtreecommitdiff
path: root/layouts/posts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 11:56:59 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-11-25 11:56:59 +0100
commita9738191b8fef15a0fe96af533813a8acfa1055b (patch)
treef9ab1f2f3e983b1b3898eb21fe4f41edcadade66 /layouts/posts
parent4dac6ec97d121ad593ebe35513f612878437f515 (diff)
#5, Insert google analytics template to body
Diffstat (limited to 'layouts/posts')
-rw-r--r--layouts/posts/baseof.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index d147c1e..5601fb4 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -13,8 +13,9 @@
{{ template "main" . }}
</div>
</main>
- {{ partial "docs/inject/body" . }}
+ {{ partial "docs/inject/body" . }}
+ {{ template "_internal/google_analytics_async.html" . }}
</body>
</html> \ No newline at end of file