Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

breadcrumbs.html 465 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. <nav class="breadcrumbs f5" aria-label="Breadcrumb">
  2. {% for breadcrumb in breadcrumbs %}
  3. {% if breadcrumb[1].href == '' %}
  4. <span>{{ breadcrumb[1].title }}</span>
  5. {% else %}
  6. <a title="{{ breadcrumb[0] }}: {{ breadcrumb[1].title }}" href="{{ breadcrumb[1].href }}" class="d-inline-block {% if breadcrumb[1].href == currentPath %}color-text-tertiary{% endif %}">
  7. {{ breadcrumb[1].title }}
  8. </a>
  9. {% endif %}
  10. {% endfor %}
  11. </nav>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...