duilio / pelican-octopress-theme

Octopress default theme copied for pelican
MIT License
149 stars 119 forks source link

add a switch to turn off sidebar #49

Closed StephenPCG closed 10 years ago

StephenPCG commented 10 years ago

Sometimes we don't need a sidebar for some pages, e.g. a biography page. Add a switch to control whether show the sidebar.

One can control whether show sidebar for a specific page or article by define a sidebar meta. Like

Title: Biography
Author: Awesome one
Slug: biography
Sidebar: off

Values can be on, off, true, false, case insensitive, internally they are converted to lower case on or off.

StephenPCG commented 10 years ago

This merge request is included in #51 , so close this pull request.