mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
936a03bfdd
Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: SvenDowideit) Docker-DCO-1.1-Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> (github: )
15 lines
No EOL
532 B
HTML
15 lines
No EOL
532 B
HTML
<ol class="breadcrumb">
|
|
<li><a href="{{ homepage_url }}"><span class="glyphicon glyphicon-home"></span></a></li>
|
|
{% for section in nav %}
|
|
{% if section.active %}
|
|
{% if section.children %}
|
|
{% for page in section.children[:1] %}
|
|
<li><a href="{{ page.url }}">{{ section.title }}</a></li>
|
|
{% endfor %}
|
|
{% endif %}
|
|
{% if section.children %}
|
|
<li class="active"><a href="{{ current_page.url }}">{{ current_page.title }}</a></li>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
</ol> |