diff --git a/src/_data/posts.js b/src/_data/posts.js index f33ab25..30f8561 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -3,7 +3,6 @@ const postCache = require('./_postData'); const dateSort = (a, b) => new Date(b.date) - new Date(a.date); const mapComment = comment => { - console.log(comment); return ({ author: { name: comment.author_name, diff --git a/src/_includes/post.njk b/src/_includes/post.njk index 658e095..a1be5cd 100644 --- a/src/_includes/post.njk +++ b/src/_includes/post.njk @@ -32,7 +32,7 @@ eleventyComputed: