show full post in RSS feed
authorRalf Jung <post@ralfj.de>
Fri, 17 Aug 2018 17:28:07 +0000 (19:28 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 17 Aug 2018 17:28:07 +0000 (19:28 +0200)
ralf/_includes/post-feed.html

index c9b7c84db70deb8788ea5325c28ebe59b69a748b..ce5eef027c98d202bbc5afe61b209dc5fc25c5f2 100644 (file)
@@ -9,8 +9,7 @@
     {% endfor %}
     <content type="html">
         {% capture content %}
     {% endfor %}
     <content type="html">
         {% capture content %}
-            {{ post.excerpt }}
-            <p><a href="{{ post.url }}">Read more...</a></p>
+            {{ post.content }}
         {% endcapture %}
         {{ content | xml_escape }}
     </content>
         {% endcapture %}
         {{ content | xml_escape }}
     </content>