diff options
author | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-01-31 09:29:21 +0100 |
commit | b31d6311054848a32cd850051c92f349721b2278 (patch) | |
tree | b48278833db628314c17d6ffe8d8549c0b4e70da /xreadthedocs/search.html | |
parent | 7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (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.html | 21 |
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 %} |