diff options
| author | mayx <mayx@outlook.com> | 2026-05-22 12:52:39 +0000 |
|---|---|---|
| committer | mayx <mayx@outlook.com> | 2026-05-22 12:52:39 +0000 |
| commit | b25a864ee3ee6e8e8cb7875bfcd1e71c98bb5d67 (patch) | |
| tree | 490461566c0de762c1d12a84aca64ccee5777290 /_layouts/default.html | |
| parent | c5ad917d9e3c193f30643871b42a6d2db2b35fb7 (diff) | |
Update 3 files
- /_layouts/default.html
- /assets/js/pjax.js
- /assets/css/style.scss
Diffstat (limited to '_layouts/default.html')
| -rw-r--r-- | _layouts/default.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index f5656ee..39d534c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -76,8 +76,8 @@ layout: xslt_container <p class="p-note">{{ site.description | default: site.github.project_tagline }}</p> - <form action="/search.html"> - <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." /> <input type="submit" value="搜索" /> + <form id="search-input-all" action="/search.html"> + <input type="text" name="keyword" placeholder="Search blog posts.." /> <input type="submit" value="搜索" /> </form> <br /> |
