aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_templates/page.html')
-rw-r--r--docs/_templates/page.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/_templates/page.html b/docs/_templates/page.html
deleted file mode 100644
index 8002396a..00000000
--- a/docs/_templates/page.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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