Truncate summary and define headline in articles
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
</h2>
|
||||
</a>
|
||||
{% if article.summary %}
|
||||
{{ article.summary|truncate(25) }}
|
||||
{{ article.summary|truncate(140) }}
|
||||
{% endif %}
|
||||
<p class="post-meta">Posted by
|
||||
{% for author in article.authors %}
|
||||
|
Reference in New Issue
Block a user