Skip to content

Commit

Permalink
blog.js: minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jul 20, 2016
1 parent 7befccf commit b066a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ module.exports = function (grunt) {
marked.setOptions({
anchors: false
});
// generate the blog items with different 'marked' settings
// generate blog.html with different 'marked' settings
shortList.forEach(function (item) {
//console.log('>>> item:', item);
item.content = marked(item.rawSrc);
});
var blogTpl = 'src/tmpl/blog.jade';
Expand Down

0 comments on commit b066a7c

Please sign in to comment.