mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
11 lines
403 B
HTML
11 lines
403 B
HTML
|
<div role="navigation" aria-label="breadcrumbs navigation">
|
||
|
|
||
|
<div class="breadcrumb-box">
|
||
|
<a class="breadcrumb-box-item" href="{{ pathto(master_doc) }}">Home</a>
|
||
|
{% for doc in parents %}
|
||
|
<a class="breadcrumb-box-item" href="{{ doc.link|e }}">» {{ doc.title }}</a>
|
||
|
{% endfor %}
|
||
|
<div class="breadcrumb-box-item">» {{ title }}</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|