Commit Graph

4 Commits (0996e56f761e76f64f505723cc5a8c3688683cae)

Author SHA1 Message Date
Frederic Hemberger 4feeecfdef Date format: Remove unnecessary escapement
Frederic Hemberger 142681489f Add custom date format %o for ordinal representation of the day
Frederic Hemberger 987dccee76 Add custom date format to pages, add 'updated' field again
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue  for details.
Frederic Hemberger c2a68cc2a9 Make post's date output configurable via _config.yml, closes
A new config variable 'date_format' is introduced in _config.yml.
It can either be set to "ordinal" to use the current format or it
can be given a string complying to strftime() format identifiers.