diff options
author | rfjakob | 2018-01-31 09:26:45 +0100 |
---|---|---|
committer | GitHub | 2018-01-31 09:26:45 +0100 |
commit | 7168f06d86ccebdeba3fb2fe685d3ff0298b4264 (patch) | |
tree | f5de197263681ddf9a076cc93ab5996db68b19e4 /gocryptfs-readthedocs/search.html | |
parent | 246c2639be0fb9fb027b1878479d86cd90b7731a (diff) | |
parent | 9c73c07fda84fd31fd37fd2f9bf56312ca0896c8 (diff) |
Merge pull request #4 from taysu/mkdocs-updates
Updates so site builds with mkdocs 0.17.2
Diffstat (limited to 'gocryptfs-readthedocs/search.html')
-rw-r--r-- | gocryptfs-readthedocs/search.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/gocryptfs-readthedocs/search.html b/gocryptfs-readthedocs/search.html new file mode 100644 index 0000000..19a7093 --- /dev/null +++ b/gocryptfs-readthedocs/search.html @@ -0,0 +1,16 @@ +{% 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 %} |