From a9738191b8fef15a0fe96af533813a8acfa1055b Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sun, 25 Nov 2018 11:56:59 +0100 Subject: #5, Insert google analytics template to body --- layouts/docs/baseof.html | 1 + layouts/posts/baseof.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'layouts') 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" . }} 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" . }} - {{ partial "docs/inject/body" . }} + {{ partial "docs/inject/body" . }} + {{ template "_internal/google_analytics_async.html" . }} \ No newline at end of file -- cgit v1.2.3