From 4b3b5c39e11a5f84c335ffd14eb3bd196dfc80f2 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 17 Aug 2018 19:28:07 +0200 Subject: [PATCH] show full post in RSS feed --- ralf/_includes/post-feed.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ralf/_includes/post-feed.html b/ralf/_includes/post-feed.html index c9b7c84..ce5eef0 100644 --- a/ralf/_includes/post-feed.html +++ b/ralf/_includes/post-feed.html @@ -9,8 +9,7 @@ {% endfor %} {% capture content %} - {{ post.excerpt }} -

Read more...

+ {{ post.content }} {% endcapture %} {{ content | xml_escape }}
-- 2.30.2