diff --git a/_includes/news.liquid b/_includes/news.liquid index 547ccf1a..522428c7 100644 --- a/_includes/news.liquid +++ b/_includes/news.liquid @@ -16,7 +16,7 @@ {% endif %} {% for item in news limit: news_limit %} - {{ item.date | date: '%b %d, %Y' }} + {{ item.date | date: '%b %Y' }} {% if item.inline %} {{ item.content | remove: '

' | remove: '

' | emojify }}