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