diff --git a/feed.xml b/feed.xml index eaf04c7..abe3889 100644 --- a/feed.xml +++ b/feed.xml @@ -19,7 +19,8 @@ layout: none {% else %} {{ post.title | xml_escape }} - {{ post.description | xml_escape }} + {{ post.description | xml_escape }} + {{ post.content | xml_escape}} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }} diff --git a/ru/feed.xml b/ru/feed.xml index 89e3195..9fcdbe5 100644 --- a/ru/feed.xml +++ b/ru/feed.xml @@ -19,7 +19,8 @@ layout: none {% else %} {{ post.title | xml_escape }} - {{ post.description | xml_escape }} + {{ post.description | xml_escape }} + {{ post.content | xml_escape}} {{ post.date | date: "%a, %d %b %Y %H:%M:%S %z" }} {{ site.url }}{{ post.url }} {{ site.url }}{{ post.url }}