mirror of https://github.com/istio/istio.io.git
Fix RSS feed description entries which broke when I swiched front-matter from overview: to description:
This commit is contained in:
parent
b3a7dadac7
commit
1427299d2b
2
feed.xml
2
feed.xml
|
@ -28,7 +28,7 @@ layout: null
|
|||
|
||||
<item>
|
||||
<title>{{ post.title | xml_escape }}</title>
|
||||
<description>{{ post.overview | xml_escape }}</description>
|
||||
<description>{{ post.description | xml_escape }}</description>
|
||||
<pubDate>{{ post.publishdate | date_to_xmlschema }}</pubDate>
|
||||
<link>{{root}}{{ post.url }}</link>
|
||||
<author>{{ post.attribution }}</author>
|
||||
|
|
Loading…
Reference in New Issue