Update post.html

This commit is contained in:
glossimute 2025-05-19 14:01:40 +09:00
parent 4798e2c358
commit 7560c6a010
1 changed files with 1 additions and 1 deletions

View File

@ -88,10 +88,10 @@
<path d="M7 10h1v2H7v-2zM3 2v2H2v12h12v-3h2v4H2V2h1z"></path>
</svg>
</button>
<button id="alignToggleBtn">切换文字对齐方式</button>
{% endblock %}
{% block content %}
<button id="alignToggleBtn">切换文字对齐方式</button>
<div class="markdown-body" id="postBody">{{ blogBase['postBody'] }}</div>
<div style="font-size:small;margin-top:8px;float:right;">{{ blogBase['bottomText'] }}</div>
{% if blogBase['needComment']==1 %}