diff options
author | mayx | 2025-04-28 15:08:22 +0000 |
---|---|---|
committer | mayx | 2025-04-28 15:08:22 +0000 |
commit | 0f004698711c4da2f7be0a4b8cc798af89b380da (patch) | |
tree | cc2f3964ae810a0f652dbe5a6658fc58212446a4 /_layouts/default.html | |
parent | 1df87ea39d2866b7d777076c477af8b36520d34c (diff) |
Update 6 files
- /_posts/2018-11-10-email-sender.md - /_posts/2021-03-02-workers.md - /_posts/2019-11-21-enc.md - /_posts/2019-06-22-counter.md - /_layouts/default.html - /feed.xslt.xml
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/_layouts/default.html b/_layouts/default.html index 5b527eb..2e45652 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,15 +2,15 @@ <html lang="{{ site.lang | default: "zh-CN" }}"> <head> - <meta charset="UTF-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta charset="UTF-8" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> {% seo %} {% feed_meta %} - <link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/rss.xml" | absolute_url }}" /> - <link rel="alternate" type="application/json" title="{{ site.title }}" href="{{ "/feed.json" | absolute_url }}" /> - <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}" /> + <link rel="alternate" type="application/rss+xml" title="{{ site.title }}(RSS)" href="{{ "/rss.xml" | absolute_url }}" /> + <link rel="alternate" type="application/json" title="{{ site.title }}(JSON Feed)" href="{{ "/feed.json" | absolute_url }}" /> + <link rel="stylesheet" href="/assets/css/style.css?v={{ site.time | date: "%s" }}" /> <link rel="stylesheet" href="/Live2dHistoire/live2d/css/live2d.css" /> <link rel="blogroll" type="text/xml" href="/blogroll.opml" /> <!--[if lt IE 9]> @@ -69,7 +69,7 @@ <p>{{ site.description | default: site.github.project_tagline }}</p> <p> - <form action="/search.html"><input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.."> + <form action="/search.html"><input type="text" name="keyword" id="search-input-all" placeholder="Search blog posts.." /> <input type="submit" /> </form> </p> @@ -106,14 +106,14 @@ <canvas id="live2d" width="500" height="560" class="live2d"></canvas> <div class="live_talk_input_body"> <div class="live_talk_input_name_body" {% unless page.layout == "post" %}style="display:none;"{% endunless %}> - <input type="checkbox" id="load_this"> - <input type="hidden" id="post_id" value="{{ page.url }}"> + <input type="checkbox" id="load_this" /> + <input type="hidden" id="post_id" value="{{ page.url }}" /> <label for="load_this"> <span style="font-size: 11px; color: #fff;"> 想问这篇文章</span> </label> </div> <div class="live_talk_input_text_body"> - <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?"/> + <input name="talk" type="text" class="live_talk_talk white_input" id="AIuserText" autocomplete="off" placeholder="要和我聊什么呀?" /> <button type="button" class="live_talk_send_btn" id="talk_send">发送</button> </div> </div> @@ -126,7 +126,7 @@ <div class="live_ico_item type_quit" id="hideButton"></div> <input name="live_statu_val" id="live_statu_val" value="0" type="hidden" /> <audio src="" style="display:none;" id="live2d_bgm" data-bgm="0" preload="none"></audio> - <input id="duType" value="douqilai" type="hidden"> + <input id="duType" value="douqilai" type="hidden" /> </div> </div> <div id="open_live2d">召唤伊斯特瓦尔</div> |