0.0.2 • Published 8 years ago

metalsmith-template-content v0.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

metalsmith-template-content

Use the template language of your choice within the content of an article

Usage

var content_templates = require('metalsmith-content-templates');

metalsmith.use({
  engine: 'swig'
});

Runs automatically on .html and .md files. To add to other files, set content_template within the frontmatter.

Changelog

  • 0.0.2: Fix issue due to post contents not being Buffers.
  • 0.0.1: First release

Alternatives