summaryrefslogtreecommitdiffstats
path: root/layouts/_default/search.html
blob: b92861aa473421d06f4b49f05c808222fd6d7ec2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{{ define "main" }}
<!-- page info section e.g. current tag & total archive pages -->
<div class="page-info">
    <form class="search-form" autocomplete="off">
        <div class="search-input">
            <input type="text" name="search-input" maxlength="40" required />
        </div>
        <div class="search-submit">
            <button>搜索</button>
        </div>
    </form>
</div>
<!-- archives range in all posts -->
<div class="post">
    <h3 class="post-item post-title-archive">
        Not Finished Yet
    </h3>
</div>

{{ end }}