Skip to content

Use session title in breadcrumb instead of converted URL slug#1708

Merged
nikoshell merged 1 commit into
ep2026from
fix-breadcrumb-case
Jun 30, 2026
Merged

Use session title in breadcrumb instead of converted URL slug#1708
nikoshell merged 1 commit into
ep2026from
fix-breadcrumb-case

Conversation

@hugovk

@hugovk hugovk commented Jun 30, 2026

Copy link
Copy Markdown
Member

Before

The URL slug is converted to Title Case, but this messes up consecutive capitals:

Home > Cpython Panel

https://ep2026.europython.eu/session/cpython-panel/

Home > Securing Systems In The Age Of Generative Ai

https://ep2026.europython.eu/session/securing-systems-in-the-age-of-generative-ai

It also messes up things which should be title case:

Home > The Coolest Feature In Python 3 14 Sys Remote Exec

https://ep2026.europython.eu/session/the-coolest-feature-in-python-3-14-sys-remote-exec

After

Instead, use the title directly:

Home > CPython Panel

Home > Securing Systems in the Age of Generative AI

Home > The coolest feature in Python 3.14: sys.remote_exec()

@europython-society

Copy link
Copy Markdown
Member

Preview available

Key Value
url https://fix-breadcrumb-case.ep-preview.click
last update 2026-06-30T08:09:53.837Z

@clytaemnestra clytaemnestra left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM, thanks!

@nikoshell nikoshell merged commit 2f073d0 into ep2026 Jun 30, 2026
10 checks passed
@nikoshell nikoshell deleted the fix-breadcrumb-case branch June 30, 2026 10:15
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.

4 participants