diff --git a/src/_data/posts.js b/src/_data/posts.js index 2e7a245..0c8c797 100644 --- a/src/_data/posts.js +++ b/src/_data/posts.js @@ -54,7 +54,6 @@ class PostCache { const reposts = await this.fetchCommentsByType("repost"); const comments = [...likes, ...mentions, ...reposts]; - console.log(reposts[0]); comments.forEach(comment => { if (this.posts[comment.post]) { diff --git a/src/_includes/base.njk b/src/_includes/base.njk index 9e42a70..6fb4e0d 100644 --- a/src/_includes/base.njk +++ b/src/_includes/base.njk @@ -1,7 +1,21 @@
+ +