From ffbc375f681f850683a01577e26e1d5c7f1f76ae Mon Sep 17 00:00:00 2001 From: maiki Date: Sat, 6 Jan 2018 14:27:53 -0800 Subject: [PATCH] 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. --- docs/atom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/atom.xml b/docs/atom.xml index fefd4327..a35528f4 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 }}