#5, Insert google analytics template to body

This commit is contained in:
Alex Shpak
2018-11-25 11:56:59 +01:00
parent 4dac6ec97d
commit a9738191b8
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -13,8 +13,9 @@
{{ template "main" . }}
</div>
</main>
{{ partial "docs/inject/body" . }}
{{ partial "docs/inject/body" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>