summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
blob: 419c5342358496c1f27ac981ee6e1a7789abd967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{% extends '!layout.html' %}

{% block sidebarlogo %}
  {% if pagename == 'index' %}
    <iframe
      allowtransparency="true" frameborder="0" scrolling="0"
      width="170px" height="30px">
      {{- '' -}}
    </iframe>
    <hr class="github-line" />
  {% else %}
    {{ super() }}
  {% endif %}
{% endblock %}