From 05d725fad196f53874c5d15ca493962986f8af73 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 3 Jun 2020 21:18:40 +0200 Subject: Update the blog style --- lib/blog.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 }); -- cgit