Add "Community" to breadcrumb and tab title#469
Open
jacobaaronyeager wants to merge 4 commits into
Open
Conversation
akf
reviewed
Jul 9, 2026
akf
left a comment
Contributor
There was a problem hiding this comment.
It looks like this solves the problem and doesn't introduce new problems! Given that ...
Hear me out, what if we took both of these out and instead tracked down where "Community" is being added to the H1, and removed that. Then we have the content editors update the page headings.
I think that would be more understandable to everyone long-term.
I see the word being added in node/node--community.html.twig and that also looks like the only thing append_title_text is used for, so we could also remove that as a parameter.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira ticket
DIGITAL-772
Purpose
Changes dg_breadcrumb.module so that community node breadcrumbs append Community to the current page crumb, matching the H1.
Changes digital_gov.theme so that community node browser titles also use the same node title + Community text.
Deployment and testing
QA/Testing instructions
Navigate to /communities and check out the various communities and see if the breadcrumb and browser titles have the word Community properly appended.
Checklist for the Developer
Checklist for the Peer Reviewers