Skip to content

Commit

Permalink
Update generator.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahDragon authored Jul 25, 2017
1 parent ca503de commit 92815a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = function(locals) {
posts.forEach(function(item, index, allItems) {
categories = categories.concat(mapPostCategory(item.categories, item, config.root));
});

var xml = template(config).render({
config: config,
posts: posts,
Expand Down

0 comments on commit 92815a1

Please sign in to comment.