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

Move the duplicate page/resource filter #12015

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

bep
Copy link
Member

@bep bep commented Feb 8, 2024

Move the removal of duplicate content and resource files after we have determined if we're inside a leaf bundle or not.

Note that these would eventually have been filtered out as duplicates when inserting them into the document store, but doing it here will preserve a consistent ordering.

Fixes #12013

Move the removal of duplicate content and resource files after we have determined if we're inside a leaf bundle or not.

Note that these would eventually have been filtered out as duplicates when  inserting them into the document store, but doing it here will preserve a consistent ordering.

Fixes gohugoio#12013
@bep bep force-pushed the fix/move-dupefilter-12013 branch from 5453e05 to 5fddcc4 Compare February 8, 2024 11:34
@bep bep requested a review from jmooring February 8, 2024 12:05
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.

LGTM. Thanks!

@bep bep merged commit 0851c17 into gohugoio:master Feb 8, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revisit/move the duplicate filter
2 participants