When the --no-sidebar flag was added, we accidentally were using the
wrong template parameter in the template views. As such, the sidebar
would never show up due to a typo. This changes the template variable to
no_sidebar and inverts the condition, instead of the erroneous
show_sidebar.
When the
--no-sidebar
flag was added, we accidentally were using the wrong template parameter in the template views. As such, the sidebar would never show up due to a typo. This changes the template variable tono_sidebar
and inverts the condition, instead of the erroneousshow_sidebar
.