jacman
jacman copied to clipboard
[HELP] How to show sidebar in 'post' pages?
main index.html ==> default : show sidebar but 'post' page ==> default : hide sidebar I want to show sidebar in posts. How to change default view? thx.
you can add this configuration in your theme _config.yaml file:
close_aside: false #close sidebar in post page if true
It was not working. I think this function doesn't suit Jekyll. :( THX anyway.
@DebugNote what theme are you using?