Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ en:
- About Us
- Events
- Community
- Leadership
- Support
index:
lead: Extending the ecosystem of Python Communities to Black and Colo(u)red Communities around the world.
article:
Expand Down
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ def test_headers_in_language(page_url: tuple[Page, str], route: str) -> None:
("About Us", "/about/"),
("Events", "/events/"),
("Community", "/community/"),
("Support", "/support/"),
),
)
def test_bpdevs_title_en(page_url: tuple[Page, str], title: str, url: str) -> None:
Expand Down
Loading