diff options
| -rw-r--r-- | _site_build/feed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_site_build/feed/index.html b/_site_build/feed/index.html index 8c0cae7..6ee5a54 100644 --- a/_site_build/feed/index.html +++ b/_site_build/feed/index.html @@ -29,7 +29,7 @@ layout: nil {% else %} <dc:creator>{{ site.author }}</dc:creator> {% endif %} - <description>{{ post.content | text_excerpt | xml_escape }}</description> + <description>{{ post.content | truncate | xml_escape }}</description> {% for category in post.categories %} <category>{{ category }}</category> {% endfor %} |
