ablipan / hexo-renderer-twig

hexo-renderer-twig
MIT License
2 stars 4 forks source link

Disable Nunjucks engine when page is being rendered using Twig #6

Closed FlyingDR closed 4 years ago

FlyingDR commented 4 years ago

As per Hexo PR #2593 it is now possible to disable embedded Nunjucks rendering engine if actual page renderer conflicts with it. Since Twig and Nunjucks are syntactically very similar - it is necessary to use this feature so no additional Nunjucks processing will take place.