-
|
Suppose I have a page structure like this: When the page YYY is rendered, it must show relevant breadcrumbs with links like Is there an option to automatically show breadcrumbs on rendered pages? If not, is there an option to pass breadcrumbs information in jupyter notebook metadata? Jupyter notebooks don't allow a list of tuples in metadata section. I can only pass a list of lists. I tried passing the following in metadata but it did not work. What options do I have to achieve this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
I figured it out. Posting the solution here in case someone has a similar query.
I wanted my breadcrumbs to look like this:
Home > Category > Sub-category > post
with URLs only for Home and Sub-category.
I did it by modifying ui_helper.tmpl as follows: