Change footer inject below the body

This commit is contained in:
Jordi Bares
2019-04-02 22:29:37 +01:00
committed by Alex Shpak
parent 629c4bb1d4
commit 3742e6f0f4
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -19,13 +19,13 @@
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
{{ partial "docs/git-footer" . }}
{{ partial "docs/inject/footer" . }}
</div>
{{ template "toc" . }}
</main>
{{ partial "docs/inject/body" . }}
{{ partial "docs/inject/footer" . }}
{{ template "_internal/google_analytics_async.html" . }}
</body>