We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eeabb3a commit e7b1b3fCopy full SHA for e7b1b3f
_macros/calendar.html.twig
@@ -5,7 +5,7 @@
5
title="Posted on {{ _date | date('M d, Y') }}"
6
>
7
<span class="c-calendar__wrapper">
8
- <strong class="c-calendar__month">{{- _date | date('F') -}}</strong>
+ <strong class="c-calendar__month">{{- _date | date('M') -}}</strong>
9
<span class="c-calendar__day">{{- _date | date('d') -}}</span>
10
</span>
11
</time>
0 commit comments