summaryrefslogtreecommitdiff
path: root/docs/docsite/_themes/srtd/breadcrumbs.html
blob: c052c0bde1d02d03de91b8a5dadc794bde87ce77 (plain)
1
2
3
4
5
6
7
8
9
10
11
<ul class="wy-breadcrumbs">
  <li><a href="{{ pathto(master_doc) }}">Docs</a> &raquo;</li>
  <li><a href="">{{ title }}</a></li>
  {% if not pagename.endswith('_module') and (not 'list_of' in pagename) and (not 'category' in pagename) %}
    <li class="wy-breadcrumbs-aside">
      <a href="https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/{{ pagename }}.rst" class="icon icon-github"> Edit on GitHub</a>
    </li>
  {% endif %}
</ul>
<hr/>