aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-0429-317/+0
|
* Set layout to null to suppress warningChaYoung You2014-08-131-1/+1
| | | | Not applied in 0f1660437beba58cd2974f07270b19305b9bbfd9.
* Support octopress-hooks and octopress-date-format #1622Brandon Mathis2014-08-121-14/+4
|
* Use HTTPS for google webfonts when on HTTPS siteRichard Cunningham2014-03-071-2/+2
|
* Merge pull request #1400 from axiac/fixed-titlecase-usageParker Moore2013-11-173-4/+4
|\ | | | | Fixed titlecase usage
| * * properly escaped site title and post/page title in the RSS feeds;Valentin VALCIU2013-10-281-1/+1
| |
| * * consistently convert page and post titles to titlecase if site.titlecase ↵Valentin VALCIU2013-10-283-4/+4
| | | | | | | | is true;
* | Merge pull request #1301 from masondesu/patch-1Parker Moore2013-11-171-1/+1
|\ \ | |/ |/| Fixed typo in path to jQuery fallback
| * Fixed typo in path to jQuery fallbackMason Stewart2013-07-251-1/+1
| | | | | | The `libs` folder was typoed as `lib`
* | removed superfluous parenthesesMichael Pfister2013-10-091-1/+1
| |
* | Use a protocol-relative url to load disqus over https or httpMichael Pfister2013-10-091-1/+1
| |
* | Fix Disqus over https.Alexandre Perrin2013-10-031-1/+1
| | | | | | | | | | Forcing http:// as protocol will make Disqus fail when server over https for security reasons.
* | Add proper disqus identifier comment count linksTrey Hunner2013-09-291-1/+2
|/ | | | Fixes #277
* Fix second Twitter URL to be protocol relativeSam Whited2013-06-251-1/+1
|
* Use protocol relative URL for TwitterSam Whited2013-06-251-1/+1
|
* Recent posts sidebar now correctly observes titlecase settingsBrandon Mathis2013-05-091-1/+1
|
* Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2013-03-093-23/+5
|
* Merge pull request #991 from rretsiem/patch-2Parker Moore2013-03-051-1/+1
|\ | | | | Async load of Facebook JS
| * Async load of Facebook JSRené2013-01-301-1/+1
| | | | | | | | added async switch = TRUE to loader. According to Google PageSpeed the Facebook JS was not loaded async which blocks rendering of the page as long as the JS isn't fully loaded.
* | Merge pull request #664 from earaya/masterParker Moore2013-03-051-2/+2
|\ \ | | | | | | Styles & scripts optimization in the document head
| * | optimized order of styles and scripts in headerearaya2012-07-111-2/+2
| |/
* | fixed issue #949 using @alexkirmse's patchFloyd Pink2013-02-131-1/+1
|/
* Do not strip trailing slash of canonical URLs.OGINO Masanori2012-06-021-1/+1
| | | | | | | | | | | | Usually, links for posts are generated with a trailing slash, but canonical URLs aren't. Some services (e.g. http://b.hatena.ne.jp/) are confused with that behavior. We can fix it by removing canonical URLs, but then anyone may read a post with /index.html URL and post the URL to some tool or service. Therefore rel="canonical" seems useful IMHO. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
* Don't display comments link for post excerpts on index page when comments ↵Luke Karrys2012-03-231-1/+1
| | | | for that post are set to false.
* Github -> GitHub (capitalization)Fletcher Tomalty2012-02-191-2/+2
|
* Search box can be toggled off.Tim Gray2011-12-111-0/+2
| | | | | | By leaving 'simple_search' parameter blank in the _config.yml file, the search form in the navigation.html include is omitted. This lets you put your own custom search form in the custom/navigation.html file.
* removed size restriction on twitter sidebar follow buttonBrandon Mathis2011-12-101-1/+1
|
* Add custom date format to pages, add 'updated' field againFrederic Hemberger2011-11-031-1/+9
| | | | Reverts changes of c2a68cc where I accidentally removed support for 'updated' field, see comments of issue #164 for details.
* Reverted commit 514e848 (issue #236), should fix Disqus identifier issues.Frederic Hemberger2011-11-011-2/+2
| | | | See also: https://github.com/imathis/octopress/wiki/Disqus-identifier-issues
* only include facebook js if facebook_like is trueAaron Malone2011-10-231-0/+2
|
* Improve handling of meta descriptionFrederic Hemberger2011-10-211-1/+1
|
* Use canonical URL for Disqus, fixes #236Frederic Hemberger2011-10-212-4/+3
|
* Remove unsupported 'updated' flag from _includes/post/date.htmlFrederic Hemberger2011-10-181-7/+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 %}'.
* Make post's date output configurable via _config.yml, closes #164Frederic Hemberger2011-10-181-1/+2
| | | | | | A new config variable 'date_format' is introduced in _config.yml. It can either be set to "ordinal" to use the current format or it can be given a string complying to strftime() format identifiers.
* Moves Google Analytics to <head> allowing verification for Google Webmaster ↵Frederic Hemberger2011-10-172-1/+1
| | | | Tools, fixes #204
* Adds support for Google+ widget, supports author information in search ↵Frederic Hemberger2011-10-171-0/+11
| | | | results, fixes #203
* Merge pull request #201 from mikl/category-feedsFrederic Hemberger2011-10-161-0/+27
|\ | | | | Adds per-category Atom feeds.
| * Fixed duplicate title.Mikkel Hoegh2011-10-061-1/+0
| |
| * First attempt at creating per-category Atom feeds.Mikkel Hoegh2011-10-051-0/+28
| |
* | Makes titlecase of page/post titles configurableFrederic Hemberger2011-10-161-2/+2
| |
* | Merge pull request #210 from xdworks/294accde545a7213b274c5b625b44a17ed72e0f3Frederic Hemberger2011-10-113-0/+12
|\ \ | | | | | | Facebook Like button integration, fixes #176
| * | facebook like optionxdite2011-10-093-0/+12
| | |
* | | As other things rely on these variables, they need to be global. Drew Wells2011-10-091-4/+4
|/ / | | | | | | Fixes issues with comments not loading on the blog. Semicolons non-optional due to SAFE function http://twitter.com/#!/elijahmanor/status/121980870428069890
* | Fixes delicious API url after moving from Yahoo! to AVOS, fixes #179Frederic Hemberger2011-10-061-1/+1
|/
* added support for adding content to the bottom of a pageBrandon Mathis2011-09-292-0/+8
|
* Fixes delicious integration #179Frederic Hemberger2011-09-261-2/+3
|
* Ender.js is now loaded locally instead of hotlinkingBrandon Mathis2011-09-251-1/+1
|
* Minor fixesFrederic Hemberger2011-09-212-4/+4
|
* Fixed misuse of ARIA roles (see ↵Frederic Hemberger2011-09-212-3/+3
| | | | http://dev.opera.com/articles/view/introduction-to-wai-aria/)
* Refactored inclusion of disqus scriptFrederic Hemberger2011-09-212-12/+22
| | | | | | | | - 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