sol2/sphinx_rtd_theme/breadcrumbs.html

14 lines
579 B
HTML
Raw Normal View History

2013-11-04 06:11:18 +08:00
<ul class="wy-breadcrumbs">
<li><a href="{{ pathto(master_doc) }}">Docs</a> &raquo;</li>
<li><a href="">{{ title }}</a></li>
<li class="wy-breadcrumbs-aside">
2013-11-09 00:59:15 +08:00
{% 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>
{% elif show_source and has_source and sourcename %}
<a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> View page source</a>
2013-11-09 00:59:15 +08:00
{% endif %}
2013-11-04 06:11:18 +08:00
</li>
</ul>
<hr/>