mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 17:21:37 -05:00
commit
84f43cdc5a
3 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue