fix show-more display
This commit is contained in:
parent
88943f40fb
commit
4e7b8daada
6 changed files with 10 additions and 7 deletions
|
@ -42,8 +42,8 @@
|
|||
{{ post.summary|default(post.content, true)|markdown(lazy_load=True)|reference|str|safe }}
|
||||
{% endcache %}
|
||||
</div>
|
||||
<div class="show-more"> {{_("...More")}} </div>
|
||||
</div>
|
||||
<div class="show-more"> {{_("...More")}} </div>
|
||||
<div class="actionbar-box">
|
||||
{% set pagevote = post.pagevote %}
|
||||
{% set bookmark = post.bookmark %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue