Add description to releases rss feed

This commit is contained in:
Conor McNamara 2017-07-08 11:32:28 -04:00
parent 3b848ac3b3
commit 4c9d6ac1ef

View file

@ -27,6 +27,9 @@ lang: en
<pubDate>{{ site.time | date: "%a, %d %b %Y" }} 00:00:00 GMT</pubDate> <pubDate>{{ site.time | date: "%a, %d %b %Y" }} 00:00:00 GMT</pubDate>
{% warn "This release doesn't have optional_date set" %} {% warn "This release doesn't have optional_date set" %}
{% endif %} {% endif %}
{% if p.excerpt %}
<description><![CDATA[{{ p.excerpt }}]]></description>
{% endif %}
</item> </item>
{% endfor %} {% endfor %}
</channel> </channel>