diff options
Diffstat (limited to 'docs/_templates')
| -rw-r--r-- | docs/_templates/layout.html | 10 | 
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/_templates/layout.html b/docs/_templates/layout.html new file mode 100644 index 00000000..b5738862 --- /dev/null +++ b/docs/_templates/layout.html @@ -0,0 +1,10 @@ +{% extends "!layout.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  | 
