atom link is not self
This commit is contained in:
parent
747d6572cb
commit
286645e34e
2
rss.xml
2
rss.xml
|
@ -7,7 +7,7 @@ title : The Basspistol RSS Feed
|
||||||
|
|
||||||
<channel>
|
<channel>
|
||||||
<title>{{ site.title | xml_escape }}</title>
|
<title>{{ site.title | xml_escape }}</title>
|
||||||
<atom:link href="{{ site.url }}/atom.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="{{ site.url }}/atom.xml" type="application/rss+xml" />
|
||||||
<link>{{ site.url }}</link>
|
<link>{{ site.url }}</link>
|
||||||
<description>{{ site.description | xml_escape }}</description>
|
<description>{{ site.description | xml_escape }}</description>
|
||||||
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
|
||||||
|
|
Loading…
Reference in a new issue