Pārlūkot izejas kodu

Use site.title on RSS title attribute

Mark Otto 10 gadi atpakaļ
vecāks
revīzija
163e820341
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      _includes/head.html

+ 1 - 1
_includes/head.html

@@ -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>