change show-more pre-expand-blog background

This commit is contained in:
zhaospei 2023-02-06 00:40:04 +07:00
parent ef1096c9f3
commit 66a1f62986
4 changed files with 9 additions and 5 deletions

View file

@ -48,7 +48,7 @@
{% set pagevote = post.pagevote %}
{% set bookmark = post.bookmark %}
{% set hide_actionbar_comment = True %}
{% set include_hr = True %}
{% set include_hr = False %}
{% set share_url = request.build_absolute_uri(post.get_absolute_url()) %}
{% include "actionbar/list.html" %}
</div>