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