12 lines
767 B
HTML
12 lines
767 B
HTML
<!-- <form id="search"
|
|
action='{{ with .GetPage "/search" }}{{.Permalink}}{{end}}' method="get">
|
|
<label hidden for="search-input">Search site</label>
|
|
<input type="text" id="search-input" name="query"
|
|
placeholder="Type here to search">
|
|
<input type="submit" value="search">
|
|
</form> -->
|
|
<a id="search-btn" href="/search">
|
|
<svg class="svg-icon search-icon" aria-labelledby="title desc" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19.9 19.7"><title id="title">Search Icon</title><desc id="desc">A magnifying glass icon.</desc><g class="search-path" fill="none" stroke="#848F91"><path stroke-linecap="square" d="M18.5 18.3l-5.4-5.4"/><circle cx="8" cy="8" r="7"/></g></svg>
|
|
<span class="icon-search">搜索</span>
|
|
</a>
|
|
|