mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-06-03 14:22:35 +00:00
#5, Insert google analytics template to body
This commit is contained in:
parent
4dac6ec97d
commit
a9738191b8
@ -41,6 +41,7 @@
|
||||
{{ end }}
|
||||
|
||||
{{ partial "docs/inject/body" . }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</main>
|
||||
</body>
|
||||
|
||||
|
@ -13,8 +13,9 @@
|
||||
{{ template "main" . }}
|
||||
</div>
|
||||
</main>
|
||||
{{ partial "docs/inject/body" . }}
|
||||
|
||||
{{ partial "docs/inject/body" . }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user