boostorg / website-v2

New Boost website
https://preview.boost.org
Boost Software License 1.0
8 stars 7 forks source link

Add support for external URLs in item description for RSS feeds #1035

Closed kennethreitz closed 1 month ago

kennethreitz commented 1 month ago

If a news item lacks a content body, but includes an external link, the description for that RSS item is now:

f"External link to <a href='{item.external_url}'>{item.external_url}</a>."

This should resolve #946.