Skip to content

Commit

Permalink
Post intro blank pages (#522)
Browse files Browse the repository at this point in the history
Remove running content from post-introduction front matter blank pages
  • Loading branch information
dannylonglegs authored and Ned Zimmerman committed Feb 28, 2019
1 parent d0e2983 commit eadd206
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/buckram/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
### Patches

- Fix `td` border variable functionality: [#504](https://github.com/pressbooks/pressbooks-book/pull/504)
- Remove running content from blank pages on post introduction front matter: [#522](https://github.com/pressbooks/pressbooks-book/pull/522)

## 1.3.3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,10 @@
@include blank-head-and-foot;
}

@page post-introduction:blank {
@include blank-head-and-foot;
}

@page part:blank {
@include blank-head-and-foot;
}
Expand Down

0 comments on commit eadd206

Please sign in to comment.