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:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user