Skip to content

Commit 21e4160

Browse files
committed
Adds site description to the RSS link title
1 parent 0f06c36 commit 21e4160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<![endif]-->
1717

1818
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
19-
<link rel="alternate" type="application/rss+xml" title="{{ site.name }}" href="{{ site.baseurl }}/feed.xml" />
19+
<link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
2020

2121
<!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
2222
</head>

0 commit comments

Comments
 (0)