Skip to content

Commit

Permalink
remove day for news
Browse files Browse the repository at this point in the history
  • Loading branch information
elinorp-d committed Nov 6, 2024
1 parent 4526f88 commit 0de9fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/news.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
{% endif %}
{% for item in news limit: news_limit %}
<tr>
<th scope="row" style="width: 20%">{{ item.date | date: '%b %d, %Y' }}</th>
<th scope="row" style="width: 20%">{{ item.date | date: '%b %Y' }}</th>
<td>
{% if item.inline %}
{{ item.content | remove: '<p>' | remove: '</p>' | emojify }}
Expand Down

0 comments on commit 0de9fcd

Please sign in to comment.