Commit Graph

7 Commits (2043c543d2b5d5e6d59ecf713db9d218e1c8ef8d)

Author SHA1 Message Date
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