Fix RSS feed description entries which broke when I swiched front-matter from overview: to description:

This commit is contained in:
mtail 2018-05-20 09:58:18 -07:00
parent b3a7dadac7
commit 1427299d2b
1 changed files with 1 additions and 1 deletions

View File

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