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