diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a45cf37..0c87c3f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -4,5 +4,7 @@ <div class="content container"> {{ block "main" . -}}{{- end }} </div> + + {{ template "_internal/google_analytics_async.html" . }} </body> </html>
\ No newline at end of file |