Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2021-01-01 15:24:26 +0300
committerGitHub <noreply@github.com>2021-01-01 15:24:26 +0300
commit2ee854dd6af3c2915c94302e0d25574f1b8e9684 (patch)
treeb8de446b7ef934585aabef70f3bc2faef62fa1c6
parentced387cbd5d478e8b269f0e99270c66449334b69 (diff)
fix(search): add missing i18n text (#110)
-rw-r--r--layouts/page/search.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page/search.html b/layouts/page/search.html
index 259d398..935b384 100644
--- a/layouts/page/search.html
+++ b/layouts/page/search.html
@@ -11,7 +11,7 @@
<input name="keyword" placeholder="{{ T `search.placeholder` }}" />
</p>
- <button title="Search">
+ <button title="{{ T `search.title` }}">
{{ partial "helper/icon" "search" }}
</button>
</form>