Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tpl: Fix incorrect lastBuildDate #11636

Merged
merged 3 commits into from
Jan 25, 2024
Merged

tpl: Fix incorrect lastBuildDate #11636

merged 3 commits into from
Jan 25, 2024

Conversation

tastapod
Copy link
Contributor

Set the <lastBuildDate> field to be the most recent Lastmod date of all the posts in the current selection.

Fixes #11600

Set the `<lastBuildDate>` field to be the most recent Lastmod date
of all the posts in the current selection.

Fixes gohugoio#11600
Copy link
Member

@jmooring jmooring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And please change the commit message to:

tpl/tplimpl: Fix incorrect lastBuildDate

Fixes #11600

per the contributing guidelines .

tpl/tplimpl/embedded/templates/_default/rss.xml Outdated Show resolved Hide resolved
@jmooring jmooring changed the title tpl: fix incorrect lastBuildDate tpl: Fix incorrect lastBuildDate Jan 25, 2024
@bep bep merged commit 87bf2b9 into gohugoio:master Jan 25, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RSS template has incorrect value for lastBuildDate
3 participants