diff options
author | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2024-10-31 21:58:31 +0100 |
commit | 7cf6ace72e76889ac831e9807f7a9a14a4b7272b (patch) | |
tree | de72c9b27fcc787022603bbdb4267a2969bd8c30 /gocryptfs-readthedocs/search.html | |
parent | 615f0b7443d4f682ab3d28eb8ee1ea0cd21f29da (diff) |
Port to mkdocs 1.6.1
Diffstat (limited to 'gocryptfs-readthedocs/search.html')
-rw-r--r-- | gocryptfs-readthedocs/search.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/gocryptfs-readthedocs/search.html b/gocryptfs-readthedocs/search.html deleted file mode 100644 index 19a7093..0000000 --- a/gocryptfs-readthedocs/search.html +++ /dev/null @@ -1,16 +0,0 @@ -{% extends "base.html" %} - -{% 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" class="search-results"> - Searching... - </div> - -{% endblock %} |