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