Skip to content

Commit aa15e17

Browse files
fix: fix long date format
1 parent 25ab5e3 commit aa15e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/date_tags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<@ if @{ tags } or @{ date } @>
22
<p>
3-
@{ date | dateFormat (@{ formatDate | def ('l, F jS Y') }, @{ locale }) }
3+
@{ date | dateFormat (@{ formatDate | def ('M jS Y') }, @{ locale }) }
44
<@ if @{ tags } and @{ date } @>&mdash;<@ end @>
55
<@ foreach in tags ~@>
66
<@ if @{ :i } > 1 @>, <@ end ~@>

0 commit comments

Comments
 (0)