sol2/sphinx_rtd_theme/breadcrumbs.html

12 lines
385 B
HTML
Raw Normal View History

2013-10-18 02:44:56 +08:00
<ul class="wy-breadcrumbs">
<li><a href="/">Docs</a> &raquo;</li>
<li><a href="">{{ title }}</a></li>
{% if display_github %}
<li class="wy-breadcrumbs-aside">
2013-10-22 06:52:35 +08:00
<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>
2013-10-18 02:44:56 +08:00
</li>
{% endif %}
</ul>
<hr/>