Skip to content

Commit

Permalink
Remove swig rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Parisot committed Dec 13, 2017
1 parent ee2e7a3 commit d994d52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/plugins/renderer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module.exports = function(ctx) {

renderer.register('json', 'json', require('./json'), true);

renderer.register('swig', 'html', require('./nunjucks'), true);
renderer.register('njk', 'html', require('./nunjucks'), true);

var yaml = require('./yaml');
Expand Down

0 comments on commit d994d52

Please sign in to comment.