Skip to content

Commit

Permalink
Prepare 1.8.1 (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay authored Apr 20, 2017
1 parent aee9acd commit 72952d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.1 - April 20, 2017
----------------------
* fix "too many opened files" error

1.8.0 - February 3, 2017
------------------------
* add partialExtension option, to fix partials matching on the wrong extension
Expand Down
5 changes: 0 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@

> A metalsmith plugin for layouts
[![stack overflow][stackoverflow-badge]][stackoverflow-url]
[![slack chat][slack-badge]][slack-url]

This plugin allows you to apply layouts to your source files. It passes your source files to the selected layout as the variable `contents` and renders the result with the templating engine of your choice. You can use any templating engine supported by [consolidate.js](https://github.com/tj/consolidate.js#supported-template-engines).

For support questions please use [stack overflow][stackoverflow-url] or our [slack channel][slack-url]. For templating engine specific questions try the aforementioned channels, as well as the documentation for [consolidate.js](https://github.com/tj/consolidate.js) and your templating engine of choice.
Expand Down Expand Up @@ -244,9 +241,7 @@ MIT
[build-url]: https://travis-ci.org/superwolff/metalsmith-layouts
[downloads-badge]: https://img.shields.io/npm/dm/metalsmith-layouts.svg
[downloads-url]: https://www.npmjs.com/package/metalsmith-layouts
[slack-badge]: https://img.shields.io/badge/Slack-Join%20Chat%20→-blue.svg
[slack-url]: http://metalsmith-slack.herokuapp.com/
[stackoverflow-badge]: https://img.shields.io/badge/stack%20overflow-%23metalsmith-red.svg
[stackoverflow-url]: http://stackoverflow.com/questions/tagged/metalsmith
[version-badge]: https://img.shields.io/npm/v/metalsmith-layouts.svg
[version-url]: https://www.npmjs.com/package/metalsmith-layouts
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0",
"version": "1.8.1",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 72952d4

Please sign in to comment.