Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2: Introduce show_overlay_excerpt and document #1436

Merged
merged 2 commits into from
Jan 2, 2018

Commits on Jan 1, 2018

  1. Make excerpts optional in header overlay

    Some posts and some header images don't lend themselves well to
    displaying the excerpt in the overlay. Make this optional by
    introducting a new boolean variable:
    
    page.header.show_overlay_excerpt
    
    Set it to implicitly default to true so existing users are unaffected by
    testing explicitly for "!= false".
    
    This can be enabled globally for a site by changing the default to false
    in the local _config.yml, or per page by specifying the value in front
    matter.
    
    Signed-off-by: Darren Hart <darren@dvhart.com>
    dvhart committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    7c08213 View commit details
    Browse the repository at this point in the history
  2. Document show_overlay_excerpt variable

    Add show_overlay_excerpt variable to the Header Overlay field
    documentation table.
    
    Signed-off-by: Darren Hart <darren@dvhart.com>
    dvhart committed Jan 1, 2018
    Configuration menu
    Copy the full SHA
    bb5f9b7 View commit details
    Browse the repository at this point in the history