mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-05-22 16:45:18 +00:00
Move footer to main body
This commit is contained in:
parent
172444da16
commit
cac0184060
@ -19,13 +19,13 @@
|
|||||||
{{ partial "docs/mobile-header" . }}
|
{{ partial "docs/mobile-header" . }}
|
||||||
{{ template "main" . }}
|
{{ template "main" . }}
|
||||||
{{ partial "docs/git-footer" . }}
|
{{ partial "docs/git-footer" . }}
|
||||||
|
{{ partial "docs/inject/footer" . }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ template "toc" . }}
|
{{ template "toc" . }}
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
{{ partial "docs/inject/body" . }}
|
{{ partial "docs/inject/body" . }}
|
||||||
{{ partial "docs/inject/footer" . }}
|
|
||||||
{{ template "_internal/google_analytics_async.html" . }}
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
<div class="book-posts">
|
<div class="book-posts">
|
||||||
{{ partial "docs/mobile-header" . }}
|
{{ partial "docs/mobile-header" . }}
|
||||||
{{ template "main" . }}
|
{{ template "main" . }}
|
||||||
|
{{ partial "docs/inject/footer" . }}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user