mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Remove anchor from current page in breadcrumbs
This commit is contained in:
parent
8c9bca85f0
commit
bc77ea5286
|
@ -3,7 +3,7 @@
|
||||||
{% for doc in parents %}
|
{% for doc in parents %}
|
||||||
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
|
<li><a href="{{ doc.link|e }}">{{ doc.title }}</a> »</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<li><a href="">{{ title }}</a></li>
|
<li>{{ title }}</li>
|
||||||
<li class="wy-breadcrumbs-aside">
|
<li class="wy-breadcrumbs-aside">
|
||||||
{% if display_github %}
|
{% if display_github %}
|
||||||
<a href="https://github.com/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}.rst" class="icon icon-github"> Edit on GitHub</a>
|
<a href="https://github.com/{{ github_user }}/{{ github_repo }}/blob/{{ github_version }}{{ conf_py_path }}{{ pagename }}.rst" class="icon icon-github"> Edit on GitHub</a>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user