summaryrefslogtreecommitdiff
path: root/layouts/posts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-12 23:06:40 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-12 23:06:40 +0200
commitcac0184060e064edb6f0df1990484b35dd004c55 (patch)
treea2ab8036b3bf9e172dbe61000ff5564a90865d21 /layouts/posts
parent172444da169412359fa41fa505a895d95207d22b (diff)
Move footer to main body
Diffstat (limited to 'layouts/posts')
-rw-r--r--layouts/posts/baseof.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index 47e0ed5..2f4e8f0 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -17,6 +17,7 @@
<div class="book-posts">
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
+ {{ partial "docs/inject/footer" . }}
</div>
</main>