Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

v1.0.0-alpha.10

Compare
Choose a tag to compare
@dlmr dlmr released this 08 Sep 16:04
· 118 commits to master since this release

Fixes

  • Updates the template to be more correct, required to work with the version 2.4.3 of Nunjucks.
    If you have defined a custom template please make sure that you use .toString() when rendering head. #27

New, correct

{{ head.title.toString() | safe }}

Old, incorrect

{{ head.title | safe }}