diff --git a/static/js/contributions.js b/static/js/contributions.js index 265946c..e79e988 100644 --- a/static/js/contributions.js +++ b/static/js/contributions.js @@ -90,7 +90,7 @@ function monthly(year, month, posts) {

- ${months[month]} ${year} + ${months[month]} ${monthPosts.length > 0 ? monthPosts[0].date.getFullYear() : year}