diff options
Diffstat (limited to 'docs/_templates')
-rw-r--r-- | docs/_templates/page.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_templates/page.html b/docs/_templates/page.html new file mode 100644 index 00000000..8002396a --- /dev/null +++ b/docs/_templates/page.html @@ -0,0 +1,10 @@ +{% extends "!page.html" %} +{% block sidebartitle %} + <a href="https://mitmproxy.org/" style="margin-bottom: 7px; background: none !important;"> + <button class="btn btn-info"> + <i class="fa fa-arrow-left"></i> + Return to mitmproxy.org + </button> + </a> + {{ super() }} +{% endblock %}
\ No newline at end of file |