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

{% block sidebarlogo %}
  {% if pagename == 'index' %}
    <iframe
      src="http://ghbtns.com/github-btn.html?user=emcconville&repo=wand{{- '' -}}
           &type=watch&count=true&size=large"
      allowtransparency="true" frameborder="0" scrolling="0"
      width="170px" height="30px">
      {{- '' -}}
    </iframe>
    <hr class="github-line" />
  {% else %}
    {{ super() }}
  {% endif %}
{% endblock %}