Skip to content

Don't use Git timestamps for RSS items

akwizgran requested to merge fix-news-timestamps into master

This branch sets the timestamps of existing news articles to match the dates they were published and disables the use of Git timestamps to set the last modified time. This prevents articles from being bumped to the top of the RSS feed automatically if we make a trivial Git edit. If we want an article to be bumped, we can set the lastmod property in the front matter.

Merge request reports