We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab5e3 commit aa15e17Copy full SHA for aa15e17
elements/date_tags.php
@@ -1,6 +1,6 @@
1
<@ if @{ tags } or @{ date } @>
2
<p>
3
- @{ date | dateFormat (@{ formatDate | def ('l, F jS Y') }, @{ locale }) }
+ @{ date | dateFormat (@{ formatDate | def ('M jS Y') }, @{ locale }) }
4
<@ if @{ tags } and @{ date } @>—<@ end @>
5
<@ foreach in tags ~@>
6
<@ if @{ :i } > 1 @>, <@ end ~@>
0 commit comments