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