labnotes/.themes/classic/source/_includes
OGINO Masanori f3c68bb73f Do not strip trailing slash of canonical URLs.
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>
..
asides Github -> GitHub (capitalization)
custom Fixed duplicate title.
post Add custom date format to pages, add 'updated' field again
after_footer.html Moves Google Analytics to <head> allowing verification for Google Webmaster Tools, fixes
archive_post.html datetime must be valid date format, see: http://www.whatwg.org/specs/web-apps/current-work/multipage/common-microsyntaxes.html#concept-datetime
article.html Don't display comments link for post excerpts on index page when comments for that post are set to false.
disqus.html Reverted commit 514e848 (issue ), should fix Disqus identifier issues.
facebook_like.html only include facebook js if facebook_like is true
footer.html added custom partials for for footer and navigation
google_analytics.html Moved themes to .themes to get it out of the way. Updated Rakefile to 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
google_plus_one.html 1. Made default layout more generic.
head.html Do not strip trailing slash of canonical URLs.
header.html added header to customizable includes
navigation.html Search box can be toggled off.
twitter_sharing.html 1. Made default layout more generic.