diff options
author | mayx | 2025-06-25 06:45:14 +0000 |
---|---|---|
committer | mayx | 2025-06-25 06:45:14 +0000 |
commit | d4165271bc65156d76994382c51fc36048730298 (patch) | |
tree | 2d3e0e98d49d8ecc4a7c354789960a5aa6b623c4 /_layouts/default.html | |
parent | 39cada8eef6556e899094d92259d5435071d63f9 (diff) |
Update 2 files
- /_layouts/xslt_container.html - /_layouts/default.html
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index faf3f86..5132570 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,7 +1,7 @@ --- layout: xslt_container --- - +<html lang="{{ site.lang | default: "zh-CN" }}"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> @@ -61,8 +61,7 @@ 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" /> + <input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." /> <input type="submit" value="搜索" /> </form> <br /> @@ -137,4 +136,5 @@ layout: xslt_container <script src="/Live2dHistoire/live2d/js/live2d.js"></script> <script src="/Live2dHistoire/live2d/js/message.js"></script> <!-- <![endif]--> -</body> \ No newline at end of file +</body> +</html> \ No newline at end of file |