-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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
title: blank
interacts badly with jekyll-feed, etc.
#2923
Comments
The only solution to this that I can think of would be to manually set the title. Do you have any suggestion? |
I don't have a solution. The current blank is special because it also makes the first name bold, which a manually set title wouldn't. Maybe HTML is allowed in the |
How does the plugins handle if the title is empty? |
I haven't checked, but what's for sure is that they won't compose the various name component fields like al-folio does for the header and jekyll-feed also supports the |
Can you check also how the plugins handle if the title have html, like |
Have you checked that your issue isn't already filed?
Bug description
If
title: blank
is used, then RSS feed from jekyll-feed literally has "blank" as title.How to reproduce the bug
See https://alshedivat.github.io/al-folio/feed.xml.
al-folio's default behavior is to explicitly construct a different title for the header with
title: blank
:al-folio/_config.yml
Line 5 in 807629d
But no other jekyll plugin knows this and literally uses "blank" as the title.
Error messages and logs
No response
What operating system are you using?
Linux, Not applicable (e.g. you're using GitHub Pages or other hosting)
Where are you seeing the problem on?
Running locally without Docker, Deployed site
More info
No response
The text was updated successfully, but these errors were encountered: