diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-03-29 16:15:43 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2019-03-29 16:19:39 +0100 |
commit | 5b652a1bb136accac19592614bf8b7cdcf18343b (patch) | |
tree | 132204da29e431a49c227aa2cd8f402f0702ea05 /layouts/posts/baseof.html | |
parent | 9a8b89cf245497b72e077c3437ef0b8fbdc1cbb7 (diff) |
Add home page placeholder to not display empty page
Diffstat (limited to 'layouts/posts/baseof.html')
-rw-r--r-- | layouts/posts/baseof.html | 2 |
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> |