Update post.html

This commit is contained in:
glossimute 2025-05-19 12:31:13 +09:00
parent 966d60ac0e
commit 693673f074
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<div class="markdown-body" id="postBody">{{ blogBase['postBody'] }}</div> <div class="markdown-body" id="postBody" style="text-align:center;">{{ blogBase['postBody'] }}</div>
<div style="font-size:small;margin-top:8px;float:right;">{{ blogBase['bottomText'] }}</div> <div style="font-size:small;margin-top:8px;float:right;">{{ blogBase['bottomText'] }}</div>
{% if blogBase['needComment']==1 %} {% if blogBase['needComment']==1 %}
<button class="btn btn-block" type="button" onclick="openComments()" id="cmButton">{{ i18n['comments'] }}</button> <button class="btn btn-block" type="button" onclick="openComments()" id="cmButton">{{ i18n['comments'] }}</button>