aboutsummaryrefslogtreecommitdiff
path: root/_includes/search.html
diff options
context:
space:
mode:
Diffstat (limited to '_includes/search.html')
-rw-r--r--_includes/search.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_includes/search.html b/_includes/search.html
new file mode 100644
index 0000000..ae48353
--- /dev/null
+++ b/_includes/search.html
@@ -0,0 +1,5 @@
+<form id="search" method="get" action="https://google.com/search">
+ <input type="text" placeholder="{% i18n search %}" name="q" spellcheck="false" autocomplete="off">
+ <input type="hidden" name="q" value="site:{{ site.domain }}">
+ <input type="submit" value="{% i18n go %}">
+</form>