diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2025-07-09 22:10:02 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2025-07-09 22:10:02 +0200 |
commit | 419882a889df4198f1af811381f1958e23211ceb (patch) | |
tree | eb611322296b785d74628234fb64eff93fda9ed2 /_includes/search.html | |
parent | ddb547694fbc649933328effd1ae08dab5eb1eea (diff) |
Diffstat (limited to '_includes/search.html')
-rw-r--r-- | _includes/search.html | 5 |
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> - |