mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Add parents to breadcrumbs
This commit is contained in:
parent
d45046d77d
commit
8c9bca85f0
|
@ -1,5 +1,8 @@
|
||||||
<ul class="wy-breadcrumbs">
|
<ul class="wy-breadcrumbs">
|
||||||
<li><a href="{{ pathto(master_doc) }}">Docs</a> »</li>
|
<li><a href="{{ pathto(master_doc) }}">Docs</a> »</li>
|
||||||
|
{% for doc in parents %}
|
||||||
|
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
|
||||||
|
{% endfor %}
|
||||||
<li><a href="">{{ title }}</a></li>
|
<li><a href="">{{ title }}</a></li>
|
||||||
<li class="wy-breadcrumbs-aside">
|
<li class="wy-breadcrumbs-aside">
|
||||||
{% if display_github %}
|
{% if display_github %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user