mirror of https://github.com/istio/istio.io.git
Use absolute URLs in feed.xml which RSS readers want.
This commit is contained in:
parent
61d0bce7df
commit
2dd1fb7534
4
feed.xml
4
feed.xml
|
@ -19,9 +19,9 @@ layout: null
|
||||||
<title>{{ post.title | xml_escape }}</title>
|
<title>{{ post.title | xml_escape }}</title>
|
||||||
<description>{{ post.overview | xml_escape }}</description>
|
<description>{{ post.overview | xml_escape }}</description>
|
||||||
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
|
<pubDate>{{ post.date | date_to_xmlschema }}</pubDate>
|
||||||
<link>{{ post.url | prepend: site.baseurl }}</link>
|
<link>{{ post.url | prepend: site.github.url }}</link>
|
||||||
<author>{{ post.attribution }}</author>
|
<author>{{ post.attribution }}</author>
|
||||||
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl }}</guid>
|
<guid isPermaLink="true">{{ post.url | prepend: site.github.url }}</guid>
|
||||||
</item>
|
</item>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in New Issue