mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 17:57:04 +01: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:
parent
2abe8b1cd3
commit
9d4d062152
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user