| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Forcing http:// as protocol will make Disqus fail when server over
https for security reasons.
|
|
|
|
| |
See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
|
| |
|
|
|
|
| |
Fixes issues with comments not loading on the blog.
Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
|
|
- 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
|