aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/post.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-43/+0
|
* Support octopress-hooks and octopress-date-format #1622Brandon Mathis2014-08-121-1/+1
|
* Fix typoJo Liss2012-02-151-1/+1
|
* Add custom date format to pages, add 'updated' field againFrederic Hemberger2011-11-031-1/+1
| | | | 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-3/+3
| | | | | | 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 %}'.
* Adds prev/next link below post, fixes #218Frederic Hemberger2011-10-161-0/+8
|
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-211-2/+2
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-211-2/+2
| | | | | | | | - 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-1/+1
| | | | it is appropriate
* added multi sidebar supportBrandon Mathis2011-07-301-0/+9
|
* changed post layout so that blog posts default to comments being turned onBrandon Mathis2011-07-191-1/+1
|
* Improved variable names for setting footer, sharing, sidebar and metadata ↵Brandon Mathis2011-07-181-3/+3
| | | | diesplay from page configurations
* Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis2011-07-131-5/+5
| | | | links
* 1. Made default layout more generic.Brandon Mathis2011-07-121-6/+8
| | | | | | | | 2. Added a page layout and improved html on post layout. 3. Improved flexibility of stylesheets for different layout types. 4. Collapsing sidebar now moves it to the bottom of the page and floats content into columns. 5. Improved sharing settings, added Google plus one.
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+24
support .themes dir and remove duplication. Improved deploy task. Renamed init_deploy to cofig_deploy and rewrote it to update configurations in the Rakefile for easier deploy use