aboutsummaryrefslogtreecommitdiff
path: root/xreadthedocs/search.html
diff options
context:
space:
mode:
authorJakob Unterwurzacher2018-01-31 09:29:21 +0100
committerJakob Unterwurzacher2018-01-31 09:29:21 +0100
commitb31d6311054848a32cd850051c92f349721b2278 (patch)
treeb48278833db628314c17d6ffe8d8549c0b4e70da /xreadthedocs/search.html
parent7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (diff)
Remove obsolete "xreadthedocs" theme
Has been replaced by the updated "gocryptfs-readthedocs" theme.
Diffstat (limited to 'xreadthedocs/search.html')
-rw-r--r--xreadthedocs/search.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/xreadthedocs/search.html b/xreadthedocs/search.html
deleted file mode 100644
index d988aa5..0000000
--- a/xreadthedocs/search.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "base.html" %}
-
-{% block extrahead %}
- <script>var base_url = '{{ base_url }}';</script>
- <script data-main="{{ base_url }}/mkdocs/js/search.js" src="{{ base_url }}/mkdocs/js/require.js"></script>
-{% endblock %}
-
-{% block content %}
-
- <h1 id="search">Search Results</h1>
-
- <form id="content_search" action="search.html">
- <span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span>
- <input name="q" id="mkdocs-search-query" type="text" class="search_input search-query ui-autocomplete-input" placeholder="Search the Docs" autocomplete="off" autofocus>
- </form>
-
- <div id="mkdocs-search-results">
- Sorry, page not found.
- </div>
-
-{% endblock %}