From: maiki Date: Sat, 6 Jan 2018 22:27:53 +0000 (-0800) Subject: Make feed entries show full content (#1577) X-Git-Tag: 0.6.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffbc375f681f850683a01577e26e1d5c7f1f76ae;p=thirdparty%2Fbulma.git Make feed entries show full content (#1577) Feed is configured to show introduction text rather than the full content of each post. Now it will always show the full content for each entry. --- diff --git a/docs/atom.xml b/docs/atom.xml index fefd43272..a35528f4e 100644 --- a/docs/atom.xml +++ b/docs/atom.xml @@ -19,11 +19,7 @@ {% if post.author.name %} {{ post.author.name | xml_escape }} {% endif %} - {% if post.introduction %} - {{ post.introduction | xml_escape }} - {% else %} - {{ post.content | xml_escape }} - {% endif %} + {{ post.content | xml_escape }} {{ post.date | date_to_rfc822 }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }}