TryGhost / eleventy-starter-ghost

A starter template to build websites with Ghost & Eleventy
https://eleventy.ghost.org
MIT License
353 stars 165 forks source link

Rss feed: Content doesn't render in rss feed #25

Closed oversuman closed 4 years ago

oversuman commented 4 years ago

Welcome to the Eleventy Starter Ghost GitHub repo! πŸ‘‹πŸŽ‰

We use GitHub only for bug reports πŸ›

Anything else should be posted to https://forum.ghost.org πŸ‘«

For questions related to the usage of Eleventy, please check out the docs at https://www.11ty.io/docs/

🚨For support, help & questions use https://forum.ghost.org/c/help πŸ’‘For feature requests & ideas you can post and vote on https://forum.ghost.org/c/Ideas

If your issue is with Eleventy itself, please report it at the Eleventy repo ➑️ https://github.com/11ty/eleventy/issues/new/choose.

Issue Summary

A summary of the issue and the browser/OS environment in which it occurs.

To Reproduce

  1. This is the first step
  2. This is the second step, etc.

Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?

Technical details:

Content renders as in feed.xml:

<entry>
<title>Writing posts with Ghost ✍️</title>
<link href="https://eleventy.ghost.org/the-editor/"/>
<updated/>
<id/>
<content type="html"/>
</entry>

Content should be:

<entry>
<title>Writing posts with Ghost ✍️</title>
<link href="https://eleventy.ghost.org/the-editor/"/>
<updated/>
<id/>
<content type="html"> Post Full content should be rendered here </content>
</entry>
daviddarnes commented 4 years ago

Thanks for letting us know @TxSadhu, this has now been fixed. Please ensure to fill in the issue template when reporting bugs 😊