aboutsummaryrefslogtreecommitdiff
path: root/plugins/date.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Whitespacericho2013-01-111-1/+1
|
* Date format: Remove unnecessary escapementFrederic Hemberger2011-11-041-1/+0
|
* Add custom date format %o for ordinal representation of the dayFrederic Hemberger2011-11-041-0/+4
|
* Add custom date format to pages, add 'updated' field againFrederic Hemberger2011-11-031-19/+45
| | | | Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
* Make post's date output configurable via _config.yml, closes #164Frederic Hemberger2011-10-181-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.