1
0
mirror of https://github.com/alanorth/hugo-theme-bootstrap4-blog.git synced 2025-05-08 13:36:01 +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:
2016-10-18 23:06:19 -04:00
parent 2abe8b1cd3
commit 9d4d062152

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 }}