summaryrefslogtreecommitdiff
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
parent4dac6ec97d121ad593ebe35513f612878437f515 (diff)
#5, Insert google analytics template to body
-rw-r--r--layouts/docs/baseof.html1
-rw-r--r--layouts/posts/baseof.html3
2 files changed, 3 insertions, 1 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 6ce7a9b..0f951cd 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -41,6 +41,7 @@
{{ end }}
{{ partial "docs/inject/body" . }}
+ {{ template "_internal/google_analytics_async.html" . }}
</main>
</body>
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