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, 2 insertions, 3 deletions
diff --git a/_includes/search.html b/_includes/search.html
index cc8cd56..ae48353 100644
--- a/_includes/search.html
+++ b/_includes/search.html
@@ -1,6 +1,5 @@
<form id="search" method="get" action="https://google.com/search">
- <input type="text" placeholder="search" name="q" spellcheck="false" autocomplete="off">
+ <input type="text" placeholder="{% i18n search %}" name="q" spellcheck="false" autocomplete="off">
<input type="hidden" name="q" value="site:{{ site.domain }}">
- <input type="submit">
+ <input type="submit" value="{% i18n go %}">
</form>
-