labnotes/.themes/classic/source
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>
..
_includes Do not strip trailing slash of canonical URLs.
_layouts Fix typo
assets/jwplayer Fix CRLF, closes
blog/archives Improved variable names for setting footer, sharing, sidebar and metadata diesplay from page configurations
images moved the favicon.png to the root directory for better discoverability
javascripts Fix delicious widget js error
atom.xml Adds CDATA sections to atom.xml, fixes
favicon.png moved the favicon.png to the root directory for better discoverability
index.html Removes <nav> for Pagination links, fixes