mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
10 lines
385 B
Plaintext
10 lines
385 B
Plaintext
<li class="page-search">
|
|
<form id="search" class="search-form">
|
|
<input type="text"
|
|
readonly="readonly"
|
|
id="local-search-input-tip"
|
|
placeholder="<%= __('search_tip') %>" />
|
|
<button type="button" aria-label="fa-search" disabled="disabled" class="search-form-submit"><i class="fa fa-search"></i></button>
|
|
</form>
|
|
</li>
|