corda/docs/source/_templates/layout.html
Richard Green 2673ebdfcf Adding analytics to foote
Now has two layouts - one for normal access, the other for usage on public docsite
2016-11-23 14:44:19 +00:00

7 lines
131 B
HTML

{% extends "!layout.html" %}
{% block sidebartitle %}
{{ super() }}
<br>
<a href="api/index.html">API reference</a>
{% endblock %}