aboutsummaryrefslogtreecommitdiff
path: root/gocryptfs-readthedocs/search.html
diff options
context:
space:
mode:
authorAndy Taylor2018-01-29 17:32:28 +1100
committerAndy Taylor2018-01-29 17:32:28 +1100
commitc2eeba892f634fb1ba7feec993c0df3dd36642af (patch)
tree07c15cde96207c24e033e45e56c72a128c4b9314 /gocryptfs-readthedocs/search.html
parent246c2639be0fb9fb027b1878479d86cd90b7731a (diff)
Adding copy of readthedocs theme from mkdocs 0.17.2 source
Diffstat (limited to 'gocryptfs-readthedocs/search.html')
-rw-r--r--gocryptfs-readthedocs/search.html16
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 %}