This commit is contained in:
ismay 2017-02-03 09:52:31 +01:00
parent d9c9e3e325
commit eb87b8b583
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1.8.0 - February 3, 2017
------------------------
* add partialExtension option, to fix partials matching on the wrong extension
1.7.0 - November 6, 2016
-------------------
* expose consolidate.requires fix (#18)

View file

@ -83,7 +83,7 @@ You can pass options to `metalsmith-layouts` with the [Javascript API](https://g
* [default](#default): default template (optional)
* [directory](#directory): directory for the layouts, layouts by default (optional)
* [partials](#partials): directory for the partials (optional)
* [partialExtension](#partialExtension): extension for the partial files (optional)
* [partialExtension](#partialextension): extension for the partial files (optional)
* [pattern](#pattern): only files that match this pattern will be processed (optional)
* [rename](#rename): change the file extension of processed files to `.html` (optional)

View file

@ -3,7 +3,7 @@
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {