better support for summary
plugin
This commit is contained in:
parent
2269d0f506
commit
e6ec8247eb
@ -34,6 +34,8 @@
|
||||
</a>
|
||||
{% if SHOW_FULL_ARTICLE %}
|
||||
{{ article.content }}
|
||||
{% elif article.has_summary %}
|
||||
{{ article.summary }}
|
||||
{% elif article.summary %}
|
||||
{{ article.summary|truncate(140) }}
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user