diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-25 11:56:59 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2018-11-25 11:56:59 +0100 |
commit | a9738191b8fef15a0fe96af533813a8acfa1055b (patch) | |
tree | f9ab1f2f3e983b1b3898eb21fe4f41edcadade66 /layouts/posts | |
parent | 4dac6ec97d121ad593ebe35513f612878437f515 (diff) |
#5, Insert google analytics template to body
Diffstat (limited to 'layouts/posts')
-rw-r--r-- | layouts/posts/baseof.html | 3 |
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 |