aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/source/_includes/head.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove all Octopress stuffZhiming Wang2015-05-041-30/+0
|
* Merge pull request #1400 from axiac/fixed-titlecase-usageParker Moore2013-11-171-1/+1
|\ | | | | Fixed titlecase usage
| * * consistently convert page and post titles to titlecase if site.titlecase ↵Valentin VALCIU2013-10-281-1/+1
| | | | | | | | is true;
* | Fixed typo in path to jQuery fallbackMason Stewart2013-07-251-1/+1
|/ | | The `libs` folder was typoed as `lib`
* Removed Twitter and Ender.js. Added jQuery and updated ModernizrBrandon Mathis2013-03-091-3/+4
|
* 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>
* Improve handling of meta descriptionFrederic Hemberger2011-10-211-1/+1
|
* Use canonical URL for Disqus, fixes #236Frederic Hemberger2011-10-211-1/+1
|
* Moves Google Analytics to <head> allowing verification for Google Webmaster ↵Frederic Hemberger2011-10-171-0/+1
| | | | Tools, fixes #204
* Ender.js is now loaded locally instead of hotlinkingBrandon Mathis2011-09-251-1/+1
|
* Fixes whitespace, removed unnecessary closing '/' in HTML5Frederic Hemberger2011-09-211-4/+4
|
* Adds first 150 chars of content as meta description, if no page.description ↵Frederic Hemberger2011-09-211-6/+4
| | | | specified. Fixes #162
* removes index.html from canonical urls. closes #153Brandon Mathis2011-09-171-2/+2
|
* changed left angle quote to dash for page titlesBrandon Mathis2011-09-041-1/+1
|
* show page.title first, best practice for SEO and usability (e.g. bookmarks)fhemberger2011-09-041-1/+1
|
* move code for Twitter, Google +1 and Google Analytics to bottom of page, as ↵fhemberger2011-09-041-3/+0
| | | | inline <script> tags are always blocking page load
* Fix extra subdirectories appearing in category links and atom.xml link.Brigham Brown2011-08-111-2/+1
|
* added support for custom includesBrandon Mathis2011-07-311-2/+1
|
* Now rss link in head will update correctly with changes to the configBrandon Mathis2011-07-281-1/+2
|
* added cannonical link to headBrandon Mathis2011-07-281-0/+1
|
* removed appcache because it was annoying firefox usersBrandon Mathis2011-07-281-1/+1
|
* Stops the (scary) warning bar in Firefox about storing data for offline usage.Luke Armstrong2011-07-261-1/+1
|
* Finally a nice solution for mapping relative urlsBrandon Mathis2011-07-221-5/+5
|
* moved the favicon.png to the root directory for better discoverabilityBrandon Mathis2011-07-191-1/+1
|
* 1. Added rake task for simple configuration of subdirectory deployment.Brandon Mathis2011-07-161-5/+5
| | | | | 2. Updated READEME documentation regarding deploying to subdirectories. 3. Fixed related mistake in pagination and header links
* Added support and documentation for deploying to subdirectories (likeBrandon Mathis2011-07-161-5/+5
| | | | with gh-pages)
* 1. Made default layout more generic.Brandon Mathis2011-07-121-1/+3
| | | | | | | | 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.
* improved page title generationBrandon Mathis2011-07-031-5/+1
|
* Moved themes to .themes to get it out of the way. Updated Rakefile to ↵Brandon Mathis2011-06-291-0/+35
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