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

Breadcrumbs. Title for parent crumbs instead of uri path #2064

Closed
dmmax opened this issue Feb 21, 2019 · 2 comments
Closed

Breadcrumbs. Title for parent crumbs instead of uri path #2064

dmmax opened this issue Feb 21, 2019 · 2 comments

Comments

@dmmax
Copy link

dmmax commented Feb 21, 2019

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
Foo page has breadcrumbs:
image

Bar page has breadcrumbs:
image

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?

@mmistakes
Copy link
Owner

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.

@stale
Copy link

stale bot commented Mar 23, 2019

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 master branch, please reply with any additional information you have about it in order to keep the issue open.

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.

@stale stale bot added the Status: Stale label Mar 23, 2019
@stale stale bot closed this as completed Mar 30, 2019
okitem pushed a commit to okmalls/okmalls.github.io that referenced this issue Nov 30, 2024
okitem pushed a commit to okmalls/okmalls.github.io that referenced this issue Nov 30, 2024
## [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))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants