mirror of https://github.com/Meekdai/Gmeek.git
Update post.html
This commit is contained in:
parent
cdd1e6cbd6
commit
fbeb1de3e4
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue