ansible/roles/developer
Ben Cotton 46d4f10433 Fix handling of title-less Planet posts
Some platforms can give us a post without a title. When that happens,
Planet's RSS feed title is "$author" instead of "$author.title", which
causes our split to blow up. Instead, we check to see if there is a ':',
and if so split like normal. If not, explicitly set the title to
"(untitled post)" in order for it to still render.

While I'm at it, update a comment so that it reflects what the code is
actually doing.

Fixes #9251

Signed-off-by: Ben Cotton <bcotton@fedoraproject.org>
2020-08-20 13:24:43 +00:00
..
build Fix handling of title-less Planet posts 2020-08-20 13:24:43 +00:00
website Change static content caching from 5 days to 30 minutes 2017-06-09 06:30:47 +00:00