🐛 fix (format_date): set %-d %b %Y
default
Documentation was inaccurate.
This commit is contained in:
parent
793b063c77
commit
2e34e7e897
@ -33,7 +33,11 @@
|
||||
{{ date | date(format="%B %Y") }}
|
||||
{% endif %}
|
||||
{% else %}
|
||||
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
||||
{% if short %}
|
||||
{{ date | date(format="%-d %b %Y", locale=date_locale) }}
|
||||
{% else %}
|
||||
{{ date | date(format="%d %b %Y", locale=date_locale) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% endmacro %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user