CaiJimmy / hugo-theme-stack

Card-style Hugo theme designed for bloggers
https://stack.jimmycai.com
GNU General Public License v3.0
4.89k stars 1.6k forks source link

RSS lastBuildDate uses future (scheduled) post dates #1005

Closed asimmon closed 3 weeks ago

asimmon commented 5 months ago

What happened?

The rss.xml templates builds the lastBuildDate XML value by including scheduled (future) content. As a result, the generated value can be set to some date in the future. It should be set to the last non-draft and non-future content.

Future content is not yet visible so the RSS feed should not use it.

Reproduction steps:

Hugo version

0.124.1

Theme version

3.25.0

What browsers are you seeing the problem on?

Chrome

More information about the browser

No response

Relevant log output

No response

Link to Minimal Reproducible Example

https://github.com/CaiJimmy/hugo-theme-stack-starter