diff --git a/static/js/contributions.js b/static/js/contributions.js index e6fabd0..53e0700 100644 --- a/static/js/contributions.js +++ b/static/js/contributions.js @@ -70,7 +70,7 @@ function monthly(year, month, posts) { const monthPosts = posts.filter(post => post.date.getMonth() === month); let liHtml = ''; for (const post of monthPosts) { - liHtml += `
  • + liHtml += `
  • ${post.title} - - -
  • `; }