Update post.html

This commit is contained in:
glossimute 2025-05-19 14:26:22 +09:00
parent cdd1e6cbd6
commit fbeb1de3e4
1 changed files with 10 additions and 10 deletions

View File

@ -92,16 +92,16 @@
<path id="themeSwitch" fill-rule="evenodd"></path>
</svg>
</a>
<button id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
<svg class="octicon" width="16" height="16" fill="currentColor">
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</button>
<button id="alignToggleBtn" class="btn btn-invisible circle" title="切换文字对齐方式">
<svg class="octicon" width="16" height="16" fill="currentColor">
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</button>
<a id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
<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="切换文字对齐方式">
<svg class="octicon" width="16" height="16" fill="currentColor">
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</a>
</div>
{% endblock %}