ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
25 stars 45 forks source link

feat: Composite title for topic & author feeds #408

Closed mgax closed 5 months ago

mgax commented 6 months ago

Addresses https://github.com/ietf-tools/www/issues/405.

The <title> element for the main blog feed is configured in Feed settings (/admin/settings/utils/feedsettings/). For topic feeds (/blog/{topic}/feed/) and author feeds (/blog/{author}/feed/), this patch appends the topic/author name to the title.

microamp commented 5 months ago

LGTM :shipit: