Use site.title on RSS title attribute
authorMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:40:59 +0000 (10:40 -0700)
committerMark Otto <markdotto@gmail.com>
Thu, 25 Sep 2014 17:40:59 +0000 (10:40 -0700)
_includes/head.html

index 09ebbf91d3c7a00f1a4e4cebb8e1c0d54b30bd93..93244e31cf8da6b0244a2eb6d82b27affeb646ee 100644 (file)
@@ -22,5 +22,5 @@
   <link rel="shortcut icon" href="{{ site.baseurl }}public/favicon.ico">
 
   <!-- RSS -->
-  <link rel="alternate" type="application/atom+xml" title="RSS" href="{{ site.baseurl }}atom.xml">
+  <link rel="alternate" type="application/atom+xml" title="{{ site.title }}" href="{{ site.baseurl }}atom.xml">
 </head>