Update post.html

This commit is contained in:
glossimute 2025-05-19 14:46:41 +09:00
parent dda365212b
commit 1e14f14a23
1 changed files with 2 additions and 4 deletions

View File

@ -80,14 +80,12 @@
<path id="themeSwitch" fill-rule="evenodd"></path>
</svg>
</a>
<a id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
<a id="copyLinkBtn" class="btn btn-invisible circle">
<svg class="octicon" width="16" height="16" fill="currentColor" >
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</a>
<a id="alignToggleBtn" class="btn btn-invisible circle" title="切换文字对齐方式">
<a id="alignToggleBtn" class="btn btn-invisible circle">
<svg class="octicon" width="16" height="16" fill="currentColor">
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</a>
</div>