4

Hiding asides in Ocotopress seems to indicate how to do this on a site-wide basis, but I'd like to be able to have only specific pages collapse the sidebar.

Community
  • 1
  • 1
ajdecon
  • 230
  • 2
  • 8

1 Answers1

4

To collapse the sidebar site-wide you add sidebar:collapse to _config.yml. To collapse the sidebar for a particular post or page, you add the same line to the YAML header for that post or page.

Lincoln Mullen
  • 6,257
  • 4
  • 27
  • 30