File: breadcrumbs.html

package info (click to toggle)
sparse 0.6.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,792 kB
  • sloc: ansic: 46,050; sh: 614; python: 301; perl: 293; makefile: 278
file content (11 lines) | stat: -rw-r--r-- 369 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %}

{% block breadcrumbs_aside %}
  {% if hasdoc(pagename) %}
    <li class="wy-breadcrumbs-aside">
    {% if show_source and has_source and sourcename %}
      <a href="{{ pathto('_sources/' + sourcename, true)|e }}" rel="nofollow"> {{ _('View page source') }}</a>
    {% endif %}
    </li>
  {% endif %}
{% endblock %}