Skip to content

Commit

Permalink
Add note about override to README and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jcypret committed Apr 2, 2017
1 parent 118f4e4 commit fb6aadd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 1.0.0 (2017-04-01)
* Add compatibility with Middleman v4
* Upgrade plugin to use the Middleman extension API
* Add compatibility with Middleman v4 (#2)
* Upgrade plugin to use the Middleman extension API (#2)
* Allow overriding individual page titles (#3)

## 0.0.3
* Fix Rspec stub name for title_options
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ This would output:
John Doe — Staff — Your Website Name
```

## Override Page Title

If at any point you want to completely override the page title, you can use `page_title` in the Frontmatter.

```YAML
page_title: The title of a page to be used as-is in <title> without site name
```

## Contributing

1. Fork it ( https://github.com/jcypret/middleman-title/fork )
Expand Down

0 comments on commit fb6aadd

Please sign in to comment.