mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-05 09:31:39 -05:00
1.3.1
This commit is contained in:
parent
bf41f9aac1
commit
4c470fad7b
3 changed files with 8 additions and 3 deletions
|
@ -1,5 +1,10 @@
|
||||||
|
1.3.1 - August 8, 2015
|
||||||
|
----------------------
|
||||||
|
* improve error message for unspecified layout
|
||||||
|
* update readme
|
||||||
|
|
||||||
1.3.0 - August 7, 2015
|
1.3.0 - August 7, 2015
|
||||||
---------------------
|
----------------------
|
||||||
* add swig include test
|
* add swig include test
|
||||||
* code style, dependency and readme updates
|
* code style, dependency and readme updates
|
||||||
* add partials option and test
|
* add partials option and test
|
||||||
|
|
|
@ -164,7 +164,7 @@ Any unrecognised options will be passed on to consolidate.js. You can use this,
|
||||||
|
|
||||||
## Origins
|
## Origins
|
||||||
|
|
||||||
This plugin is a fork of the now deprecated [metalsmith-templates](https://github.com/segmentio/metalsmith-templates/issues/35). Splitting up `metalsmith-templates` into two plugins was suggested by Ian Storm Taylor. The results are:
|
This plugin is a fork of the now deprecated [metalsmith-templates](https://github.com/segmentio/metalsmith-templates). Splitting up `metalsmith-templates` into two plugins was suggested by Ian Storm Taylor. The results are:
|
||||||
|
|
||||||
* [metalsmith-in-place](https://github.com/superwolff/metalsmith-in-place): render templating syntax in your source files.
|
* [metalsmith-in-place](https://github.com/superwolff/metalsmith-in-place): render templating syntax in your source files.
|
||||||
* [metalsmith-layouts](https://github.com/superwolff/metalsmith-layouts): apply layouts to your source files.
|
* [metalsmith-layouts](https://github.com/superwolff/metalsmith-layouts): apply layouts to your source files.
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
|
||||||
"description": "A metalsmith plugin for layouts.",
|
"description": "A metalsmith plugin for layouts.",
|
||||||
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue