Commit Graph

9 Commits (b102c5a3013e3259e2f6c34af06812635cfb527a)

Author SHA1 Message Date
Brandon Mathis 73e540409c Support octopress-hooks and octopress-date-format
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 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 %}'.
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.
Brandon Mathis 4c21e69093 Time metadata for updated pages and posts are now displayed where and when it is appropriate
fhemberger 2efe11e0eb 'updated' is not a valid attribute for <time>, moved to data attribute
fhemberger b6f1451b77 datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime
Brandon Mathis 599cd4e07c updated date now shows up properly
Brandon Mathis 8d3e0b4a0e Moved some post partials into source/_includes/post/ and updated include
links