Skip to content

Commit a73d037

Browse files
Add translations for the search box placeholder
1 parent 836325e commit a73d037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_layouts/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
---
44
<div id="search-container">
5-
<input type="text" id="query" placeholder="Search...">
5+
<input type="text" id="query" placeholder="{{page.title}}...">
66
<ul id="output"></ul>
77
</div>
88
<script src="/assets/site-search.js" type="text/javascript"></script>

0 commit comments

Comments
 (0)