summaryrefslogtreecommitdiff
path: root/layouts/posts/baseof.html
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-03-29 16:15:43 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-03-29 16:19:39 +0100
commit5b652a1bb136accac19592614bf8b7cdcf18343b (patch)
tree132204da29e431a49c227aa2cd8f402f0702ea05 /layouts/posts/baseof.html
parent9a8b89cf245497b72e077c3437ef0b8fbdc1cbb7 (diff)
Add home page placeholder to not display empty page
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r--layouts/posts/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
index bbf5d45..6e49ce8 100644
--- a/layouts/posts/baseof.html
+++ b/layouts/posts/baseof.html
@@ -14,7 +14,7 @@
{{ partial "docs/menu" . }}
</aside>
- <div class="book-posts mr-auto">
+ <div class="book-posts">
{{ partial "docs/mobile-header" . }}
{{ template "main" . }}
</div>