diff options
Diffstat (limited to 'layouts/posts/baseof.html')
-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 |