Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-01-11 | Whitespace | richo | 1 | -1/+1 | |
2011-11-04 | Date format: Remove unnecessary escapement | Frederic Hemberger | 1 | -1/+0 | |
2011-11-04 | Add custom date format %o for ordinal representation of the day | Frederic Hemberger | 1 | -0/+4 | |
2011-11-03 | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 1 | -19/+45 | |
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details. | |||||
2011-10-18 | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 1 | -0/+69 | |
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. |