Adds site description to the RSS link title
This commit is contained in:
parent
0f06c36b1b
commit
21e4160b8d
|
@ -16,7 +16,7 @@
|
||||||
<![endif]-->
|
<![endif]-->
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
|
<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 -->
|
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in a new issue