aboutsummaryrefslogtreecommitdiff
path: root/source/_layouts/page.html (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-05-04remove all Octopress stuffZhiming Wang1-42/+0
2014-10-20initial setupZhiming Wang1-0/+0
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-1/+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 %}'.
2011-10-16Makes titlecase of page/post titles configurableFrederic Hemberger1-1/+1
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-1/+1
- 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-06fixed missing date in page headersBrandon Mathis1-1/+1
2011-09-04Time metadata for updated pages and posts are now displayed where and when ↵Brandon Mathis1-1/+1
it is appropriate
2011-08-14page layout will now accept pages without title metadataBrandon Mathis1-0/+2
2011-07-30added multi sidebar supportBrandon Mathis1-0/+9
2011-07-29Improved support for adding author metadata to pagesBrandon Mathis1-1/+5
2011-07-22Finally a nice solution for mapping relative urlsBrandon Mathis1-1/+1
2011-07-211. Added condition to full_url filter to allow it to be used as a root_url ↵Brandon Mathis1-1/+1
appending filter for remapping root "/" urls when octopress is deployed to a subdirectory. Updated _includes/article and _layouts/page to use the filter 2. Added documentation for the include_code plugin
2011-07-19fixed logic for showing dates on page layoutBrandon Mathis1-6/+2
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-4/+4
links
2011-07-121. Made default layout more generic.Brandon Mathis1-2/+28
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-201. Updated readmeBrandon Mathis1-10/+2
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/+13