Skip to content

Commit

Permalink
Do not truncate rss
Browse files Browse the repository at this point in the history
  • Loading branch information
maxandersen committed Oct 13, 2023
1 parent ee9e1f7 commit d3e5aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ layout: null
{{ post.url | prepend: site.url }}
</link>
<description>
{{ post.content | strip_html | truncatewords: '50' }}
{{ post.content | strip_html }}
</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<guid>
Expand Down

0 comments on commit d3e5aeb

Please sign in to comment.