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 #164 for details.
14 years ago
Frederic Hemberger
81e814a354
Remove unsupported 'updated' flag from _includes/post/date.html
...
Jekyll does not support this value for Page or Post classes. The
capture returned an empty Sting, which was always evaluated to true
in '{% if updated %}'.
14 years ago
Frederic Hemberger
c2a68cc2a9
Make post's date output configurable via _config.yml, closes #164
...
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.
14 years ago
Brandon Mathis
4c21e69093
Time metadata for updated pages and posts are now displayed where and when it is appropriate
14 years ago
fhemberger
2efe11e0eb
'updated' is not a valid attribute for <time>, moved to data attribute
14 years ago
fhemberger
b6f1451b77
datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime
14 years ago
Brandon Mathis
599cd4e07c
updated date now shows up properly
14 years ago
Brandon Mathis
8d3e0b4a0e
Moved some post partials into source/_includes/post/ and updated include
...
links
14 years ago