| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
| |
Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
|
|
|
|
|
|
| |
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 %}'.
|
| |
|
|
|
|
| |
http://dev.opera.com/articles/view/introduction-to-wai-aria/)
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
it is appropriate
|
| |
|
| |
|
|
|
|
| |
diesplay from page configurations
|
|
|
|
| |
links
|
|
|
|
|
|
|
|
| |
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.
|
|
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
|