Browse Source

Update file default.html

pull/171/head
mayx 10 months ago
parent
commit
3dab9f333a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      _layouts/default.html

+ 2
- 2
_layouts/default.html View File

@ -112,8 +112,8 @@
<div class="message" style="opacity:0"></div> <div class="message" style="opacity:0"></div>
<canvas id="live2d" width="500" height="560" class="live2d"></canvas> <canvas id="live2d" width="500" height="560" class="live2d"></canvas>
<div class="live_talk_input_body"> <div class="live_talk_input_body">
<div class="live_talk_input_name_body" {% unless page.layout == "post" %}style="display:none;"{% endif %}>
<input name="name" type="checkbox" id="load_this">
<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="hidden" id="post_id" value="{{ page.url }}">
<label for="load_this"> <label for="load_this">
<span style="font-size: 11px; color: #fff;">&nbsp;想问这篇文章</span> <span style="font-size: 11px; color: #fff;">&nbsp;想问这篇文章</span>


Loading…
Cancel
Save

Powered by TurnKey Linux.