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