Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author field is blank in feed.xml #2

Closed
travisdowns opened this issue Apr 30, 2019 · 2 comments
Closed

Author field is blank in feed.xml #2

travisdowns opened this issue Apr 30, 2019 · 2 comments

Comments

@travisdowns
Copy link
Owner

In the RSS feed, the author element is blank:

<author><name/></author>
@travisdowns
Copy link
Owner Author

This turned out to be messier than I thought. To include <email> in the <author> tag with jekyll-feed you need to make the author element a map, but minima theme breaks when you do this as it expects a scalar.

Created issue for minima:

jekyll/minima#357

and for jekyll-feed:

jekyll/jekyll-feed#274

Maybe a fix or workaround will appear on those issues, but for now I've worked around it by extending the minima footer.html to accept author.name from the author map if present.

@travisdowns
Copy link
Owner Author

@cpitclaudel it should be fixed now. If you have a moment can you refresh your feed reader and see if my name & email show up as author? I tried with inoreader but it only updates once a day unless I shell out some cash or something.

As above, getting email into the feed was trickier than it needed to be, but I think I got it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant