Skip to content

Commit

Permalink
edit: remove description vs. content blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Oct 15, 2024
1 parent 2f27993 commit 147938d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro-rss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ A synopsis of your item when you are publishing the full content of the item in

Type: `string (optional)`

The full text content of the item suitable for presentation as HTML. If used, you should also provide a short article summary in the `description` field. See the [recommendations from the RSS spec for how to use and differentiate between `description` and `content`](https://www.rssboard.org/rss-profile#namespace-elements-content-encoded).
The full text content of the item suitable for presentation as HTML. If used, you should also provide a short article summary in the `description` field.

To render Markdown content from a glob result or from a content collection, see the [content rendering guide](https://docs.astro.build/en/guides/rss/#including-full-post-content).

Expand Down

0 comments on commit 147938d

Please sign in to comment.