X-Git-Url: https://git.r.bdr.sh/rbdr/blog/blobdiff_plain/fd728287049742f66f7aeaf79f855132da9ef400..05d725fad196f53874c5d15ca493962986f8af73:/lib/blog.js diff --git a/lib/blog.js b/lib/blog.js index 541d6b3..50ebbf2 100644 --- a/lib/blog.js +++ b/lib/blog.js @@ -136,6 +136,7 @@ module.exports = class Blog { internals.debuglog('Parsing markdown'); posts.push({ ...metadata, + index: i, html: Marked(postContent), raw: postContent });