Adds site description to the RSS link title

This commit is contained in:
Javier Cejudo 2014-08-16 01:50:07 +10:00
parent 0f06c36b1b
commit 21e4160b8d
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
<![endif]-->
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.baseurl }}/feed.xml" />
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
</head>