aboutsummaryrefslogtreecommitdiff
path: root/_includes/search.html
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2025-07-09 22:10:02 +0200
commit419882a889df4198f1af811381f1958e23211ceb (patch)
treeeb611322296b785d74628234fb64eff93fda9ed2 /_includes/search.html
parentddb547694fbc649933328effd1ae08dab5eb1eea (diff)
added i18n + wip software postHEADmaster
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>
-