aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_layouts/page.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-42/+0
|
* 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-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 %}'.
* Makes titlecase of page/post titles configurableFrederic Hemberger2011-10-161-1/+1
|
* 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-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
* fixed missing date in page headersBrandon Mathis2011-09-061-1/+1
|
* Time metadata for updated pages and posts are now displayed where and when ↵Brandon Mathis2011-09-041-1/+1
| | | | it is appropriate
* page layout will now accept pages without title metadataBrandon Mathis2011-08-141-0/+2
|
* added multi sidebar supportBrandon Mathis2011-07-301-0/+9
|
* Improved support for adding author metadata to pagesBrandon Mathis2011-07-291-1/+5
|
* Finally a nice solution for mapping relative urlsBrandon Mathis2011-07-221-1/+1
|
* 1. Added condition to full_url filter to allow it to be used as a root_url ↵Brandon Mathis2011-07-211-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
* fixed logic for showing dates on page layoutBrandon Mathis2011-07-191-6/+2
|
* 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-4/+4
| | | | links
* 1. Made default layout more generic.Brandon Mathis2011-07-121-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.
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+5
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