| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove all Octopress stuff | Zhiming Wang | 2015-05-04 | 5 | -35/+0 |
| | | |||||
| * | Support octopress-hooks and octopress-date-format #1622 | Brandon Mathis | 2014-08-12 | 1 | -14/+4 |
| | | |||||
| * | Fix second Twitter URL to be protocol relative | Sam Whited | 2013-06-25 | 1 | -1/+1 |
| | | |||||
| * | Add custom date format to pages, add 'updated' field again | Frederic Hemberger | 2011-11-03 | 1 | -1/+9 |
| | | | | | Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details. | ||||
| * | Remove unsupported 'updated' flag from _includes/post/date.html | Frederic Hemberger | 2011-10-18 | 1 | -7/+1 |
| | | | | | | | 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 %}'. | ||||
| * | Make post's date output configurable via _config.yml, closes #164 | Frederic Hemberger | 2011-10-18 | 1 | -1/+2 |
| | | | | | | | 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. | ||||
| * | facebook like option | xdite | 2011-10-09 | 1 | -0/+3 |
| | | |||||
| * | Refactored inclusion of disqus script | Frederic Hemberger | 2011-09-21 | 1 | -12/+0 |
| | | | | | | | | | - 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 | ||||
| * | Time metadata for updated pages and posts are now displayed where and when ↵ | Brandon Mathis | 2011-09-04 | 1 | -3/+5 |
| | | | | | it is appropriate | ||||
| * | 'updated' is not a valid attribute for <time>, moved to data attribute | fhemberger | 2011-09-04 | 1 | -1/+1 |
| | | |||||
| * | datetime must be valid date format, see: ↵ | fhemberger | 2011-09-04 | 1 | -2/+2 |
| | | | | | http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime | ||||
| * | use semantic HTML5 element for Google +1 button, see: ↵ | fhemberger | 2011-09-04 | 1 | -1/+1 |
| | | | | | http://code.google.com/intl/en-US/apis/+1button/#plusonetag | ||||
| * | updated date now shows up properly | Brandon Mathis | 2011-08-22 | 1 | -1/+1 |
| | | |||||
| * | Improved support for adding author metadata to pages | Brandon Mathis | 2011-07-29 | 1 | -0/+2 |
| | | |||||
| * | Moved some post partials into source/_includes/post/ and updated include | Brandon Mathis | 2011-07-13 | 5 | -0/+47 |
| links | |||||
