Move footer to main body

This commit is contained in:
Alex Shpak
2019-04-12 23:06:40 +02:00
parent 172444da16
commit cac0184060
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@
<div class="book-posts">
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
{{ partial "docs/inject/footer" . }}
</div>
</main>