Removing trailling space
This commit is contained in:
parent
97a44c4b50
commit
cfaa8d44db
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
</header>
|
||||
<div>
|
||||
{% if summarise or article.metadata['summary'] or SUMMARY_MAX_LENGTH %}
|
||||
{% if article.featured_image %}
|
||||
{% if article.featured_image %}
|
||||
<img src="{{ article.featured_image }}">
|
||||
{% endif %}
|
||||
{{ article.summary }}
|
||||
|
|
Loading…
Add table
Reference in a new issue