diff --git a/metalsmith2.md b/metalsmith2.md index d6f39bd..f7079c8 100644 --- a/metalsmith2.md +++ b/metalsmith2.md @@ -119,7 +119,7 @@ Resulting in: # Metalsmith - HTML Templates - Handlebars or Nunjucks? -Handlebars.js (web: [`handlebarsjs.com`](http://handlebarsjs.com)) - Minimalistic +**Handlebars** (web: [`handlebarsjs.com`](http://handlebarsjs.com)) - Minimalistic Mustache-style `{{}}` "logic-less" templates (e.g. no arguments for if conditionals or each loops possible, no nested layouts, no content blocks, no inline macros, etc.) @@ -143,7 +143,7 @@ no nested layouts, no content blocks, no inline macros, etc.) # Metalsmith - HTML Templates - Handlebars or Nunjucks? (Cont.) -Nunjucks.js (web: [`mozilla.github.io/nunjucks`](https://mozilla.github.io/nunjucks)) - Rich & powerful +**Nunjucks** (web: [`mozilla.github.io/nunjucks`](https://mozilla.github.io/nunjucks)) - Rich & powerful template language with block inheritance, autoescaping, macros, asynchronous control, and much more. (Inspired by Jinja2 - a python template language inspired by Django's template language). @@ -174,7 +174,6 @@ template language with block inheritance, autoescaping, macros, asynchronous con Metalsmith uses Consolidate.js (github: [tj/consolidate.js](https://github.com/tj/consolidate.js)) - a template engine consolidation library for Node.js. - More template engines include: - Eco (Embedded CoffeeScript) @@ -262,24 +261,24 @@ Links 'n' Bookmarks in JSON ~~~
- News 'n' Updates + Links 'n' Bookmarks -
+ ~~~ ~~~
- Links 'n' Bookmarks + News 'n' Updates -
+ ~~~ (Source: [`staystatic/metalsmith-nunjucks/src/index.html`](https://github.com/staystatic/metalsmith-nunjucks/blob/master/src/index.html))