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