aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/post (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-045-35/+0
|
* Support octopress-hooks and octopress-date-format #1622Brandon Mathis2014-08-121-14/+4
|
* Fix second Twitter URL to be protocol relativeSam Whited2013-06-251-1/+1
|
* Add custom date format to pages, add 'updated' field againFrederic Hemberger2011-11-031-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.htmlFrederic Hemberger2011-10-181-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 #164Frederic Hemberger2011-10-181-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 optionxdite2011-10-091-0/+3
|
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-211-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 Mathis2011-09-041-3/+5
| | | | it is appropriate
* 'updated' is not a valid attribute for <time>, moved to data attributefhemberger2011-09-041-1/+1
|
* datetime must be valid date format, see: ↵fhemberger2011-09-041-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: ↵fhemberger2011-09-041-1/+1
| | | | http://code.google.com/intl/en-US/apis/+1button/#plusonetag
* updated date now shows up properlyBrandon Mathis2011-08-221-1/+1
|
* Improved support for adding author metadata to pagesBrandon Mathis2011-07-291-0/+2
|
* Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis2011-07-135-0/+47
links