-
Notifications
You must be signed in to change notification settings - Fork 26.1k
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
Breadcrumbs. Title for parent crumbs instead of uri path #2064
Comments
Breadcrumb support is experimental. It hasn't been fleshed out to work like you want. The way it works now is it takes the URL and uses that as the crumb title, not the page title. You'll likely need a Jekyll plugin to do what you want. |
This issue has been automatically marked as stale because it has not had recent activity. If this is a bug and you can still reproduce this error on the If this is a feature request, please consider whether it can be accomplished in another way. If it cannot, please elaborate on why it is core to this project and why you feel more than 80% of users would find this beneficial. This issue will automatically be closed in 7 days if no further activity occurs. Thank you for all your contributions. |
## [7.2.0](cotes2020/jekyll-theme-chirpy@v7.1.1...v7.2.0) (2024-11-28) ### Features * show toc on mobile screens ([mmistakes#1964](cotes2020/jekyll-theme-chirpy#1964)) ([8a064a5](cotes2020/jekyll-theme-chirpy@8a064a5)) * support vertical scrolling for toc in desktop mode ([mmistakes#2064](cotes2020/jekyll-theme-chirpy#2064)) ([5265b03](cotes2020/jekyll-theme-chirpy@5265b03)) ### Bug Fixes * pagination error when pinned posts exceed the page size ([#1965](cotes2020/jekyll-theme-chirpy#1965)) ([93f616b](cotes2020/jekyll-theme-chirpy@93f616b)) ### Improvements * modular sass architecture ([mmistakes#2052](cotes2020/jekyll-theme-chirpy#2052)) ([35c794c](cotes2020/jekyll-theme-chirpy@35c794c)) * speed up page rendering and jekyll build process ([mmistakes#2034](cotes2020/jekyll-theme-chirpy#2034)) ([65f960c](cotes2020/jekyll-theme-chirpy@65f960c))
Hi!
I have simple example with bread crumbs.
Repository: https://github.com/dmmax/dmmax.github.io
There is folder foo (with index.html) and subfolder bar (with index.html too).
In the current moment
![image](https://user-images.githubusercontent.com/6257813/53145164-bb666e00-35d1-11e9-9936-8fad045ff835.png)
Foo page has breadcrumbs:
Bar page has breadcrumbs:
![image](https://user-images.githubusercontent.com/6257813/53145180-c91bf380-35d1-11e9-8a7c-3dc9b1b36742.png)
But I want to show Foo title on Bar page.
e.g.: on Bar page breadcrumbs should such as: dmmax | The Foo qq | The Bar 1235 instead of dmmax | foo | The Bar 1235
Could you help me with it?
The text was updated successfully, but these errors were encountered: