jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
826 stars 201 forks source link

<summary> is blank #342

Closed capjamesg closed 2 years ago

capjamesg commented 3 years ago

The <summary> tag on my blog feed (https://jamesg.blog/feed.xml) is blank. I have been looking for a similar issue but I can't find a fix.

The first paragraph in most of my blog posts is an image defined in markdown, for example:

![My new GitHub profile README.md](/assets/github_readme.png)

I don't set a "description" attribute for any of my blog posts. Do I need one to generate a <summary> value?

For reference, here is the W3 RSS validator output for my feed (I am aware of the other issues :smile: ):

https://validator.w3.org/feed/check.cgi?url=https%3A%2F%2Fjamesg.blog%2Ffeed.xml

jekyllbot commented 2 years ago

This issue has been automatically marked as stale because it has not been commented on for at least two months.

The resources of the Jekyll team are limited, and so we are asking for your help.

If this is a bug and you can still reproduce this error on the master branch, please reply with all of the information you have about it in order to keep the issue open.

If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial.

This issue will automatically be closed in two months if no further activity occurs. Thank you for all your contributions.

parkr commented 2 years ago

It looks like this issue was resolved.

capjamesg commented 2 years ago

Indeed. Everything is working as intended now.