Remove h3 in subtitle
This commit is contained in:
parent
7c6ff6f7f6
commit
29438efec0
@ -31,7 +31,7 @@
|
||||
</h2>
|
||||
</a>
|
||||
{% if article.summary %}
|
||||
{{ article.summary }}
|
||||
{{ article.summary|truncate(25) }}
|
||||
{% endif %}
|
||||
<p class="post-meta">Posted by
|
||||
{% for author in article.authors %}
|
||||
|
Loading…
Reference in New Issue
Block a user