aboutsummaryrefslogtreecommitdiffstats
path: root/docs/_templates/page.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-02-15 14:58:46 +0100
committerMaximilian Hils <git@maximilianhils.com>2016-02-15 14:58:46 +0100
commit33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04 (patch)
tree31914a601302579ff817504019296fd7e9e46765 /docs/_templates/page.html
parent36f34f701991b5d474c005ec45e3b66e20f326a8 (diff)
downloadmitmproxy-33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04.tar.gz
mitmproxy-33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04.tar.bz2
mitmproxy-33fa49277a821b9d38e8c9bf0bcf2adcfa2f6f04.zip
move mitmproxy
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