The date format can be defined in language.yml, e.g. date_format: "%B %d, %Y".
If one is using the polyglot plugin to build a multilingual site, one can place a language.yml file each into a separate directory for each language in _data, e.g. _data/en/language.yml, _data/de/language.yml—polyglot will automatically fetch the date_format (as well as all the other strings) according to the currently selected language.
If one doesn't do anything or doesn't add date_format: <date-format-string> to language.yml, the dates will—per default—show the same way they previously have been showing in this theme.
The date format can be defined in
language.yml
, e.g.date_format: "%B %d, %Y"
.If one is using the polyglot plugin to build a multilingual site, one can place a
language.yml
file each into a separate directory for each language in_data
, e.g._data/en/language.yml
,_data/de/language.yml
—polyglot will automatically fetch the date_format (as well as all the other strings) according to the currently selected language.If one doesn't do anything or doesn't add
date_format: <date-format-string>
tolanguage.yml
, the dates will—per default—show the same way they previously have been showing in this theme.