diff --git a/CHANGELOG.md b/CHANGELOG.md index 31a7a5e..b9417f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 48b29b2..e1e2401 100644 --- a/README.md +++ b/README.md @@ -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 without site name +``` + ## Contributing 1. Fork it ( https://github.com/jcypret/middleman-title/fork )