11 Commits (06e8c51a1a6256f4c627ba45b31623f7748366c6)

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 %}'.
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
xdite 294accde54 facebook like option 14 years ago
Frederic Hemberger 2a30d9a1eb Refactored inclusion of disqus script
- Added ARIA setting `aria-live="polite"` to comment output
- Removed duplicate <div id="disqus_thread"> from page/post templates
- Moved blocking JavaScript loading to the end of the document body.
- Merged JavaScript code for index and pages/posts using conditionals
- Moved global JavaScript disqus variables into the anonymous function to stop pollution of global namespace
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
fhemberger 104bff64ee use semantic HTML5 element for Google +1 button, see: http://code.google.com/intl/en-US/apis/+1button/#plusonetag 14 years ago
Brandon Mathis 599cd4e07c updated date now shows up properly 14 years ago
Brandon Mathis d6744967fa Improved support for adding author metadata to pages 14 years ago
Brandon Mathis 8d3e0b4a0e Moved some post partials into source/_includes/post/ and updated include
links
14 years ago