aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/post.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-43/+0
2014-10-20initial setupZhiming Wang1-0/+0
2014-08-12Support octopress-hooks and octopress-date-format #1622Brandon Mathis1-1/+1
2012-02-15Fix typoJo Liss1-1/+1
2011-11-03Add custom date format to pages, add 'updated' field againFrederic Hemberger1-1/+1
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
2011-10-18Remove unsupported 'updated' flag from _includes/post/date.htmlFrederic Hemberger1-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 %}'.
2011-10-16Adds prev/next link below post, fixes #218Frederic Hemberger1-0/+8
2011-09-21Fixed misuse of ARIA roles (see ↵Frederic Hemberger1-2/+2
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
2011-09-21Refactored inclusion of disqus scriptFrederic Hemberger1-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
2011-09-04Time metadata for updated pages and posts are now displayed where and when ↵Brandon Mathis1-1/+1
it is appropriate
2011-07-30added multi sidebar supportBrandon Mathis1-0/+9
2011-07-19changed post layout so that blog posts default to comments being turned onBrandon Mathis1-1/+1
2011-07-18Improved variable names for setting footer, sharing, sidebar and metadata ↵Brandon Mathis1-3/+3
diesplay from page configurations
2011-07-13Moved some post partials into source/_includes/post/ and updated includeBrandon Mathis1-5/+5
links
2011-07-121. Made default layout more generic.Brandon Mathis1-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.
2011-06-29Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis1-0/+0
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
2011-06-271. Added Category supportBrandon Mathis1-0/+3
2. Designed blog archives pages 3. Restructured Sass 4. Added Categories to rake post metadata 5. Some general style improvements
2011-06-201. Updated readmeBrandon Mathis1-2/+7
2. Improved blog typography 3. Improved support for Disqus 4. Removed unnecessary page layout
2011-06-07Added themes directory, improved javascript load and minification.Brandon Mathis1-0/+16