Update post.html

This commit is contained in:
glossimute 2025-05-19 14:09:21 +09:00
parent f2992a6f44
commit a6fa353283
1 changed files with 3 additions and 2 deletions

View File

@ -82,8 +82,7 @@
<path id="themeSwitch" fill-rule="evenodd"></path>
</svg>
</a>
</div>
<button id="copyLinkBtn" class="btn btn-invisible circle" title="copy link">
<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>
@ -93,6 +92,8 @@
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</button>
</div>
{% endblock %}
{% block content %}