1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2024-06-26 08:03:45 +02:00

layouts/_default/baseof.html: Remove optional sidebar hiding

As it is right now, the sidebar gets hidden but the blog's main
content stays on the left. Gotta look at the CSS to make the
container responsive.
This commit is contained in:
Alan Orth 2016-10-18 23:06:19 -04:00
parent 2abe8b1cd3
commit 9d4d062152
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -48,9 +48,7 @@
</div> {{ "<!-- /.blog-main -->" | safeHTML }}
{{ if and (.Site.Params.sidebar) (not .Site.Params.sidebar.hide) }}
{{ partial "sidebar.html" . }}
{{ end }}
{{ partial "sidebar.html" . }}
</div> {{ "<!-- /.row -->" | safeHTML }}
</div> {{ "<!-- /.container -->" | safeHTML }}