remove unnecessary whitespace if there's no Continue Reading button
This commit is contained in:
parent
b0f9d0fd21
commit
290f94f4de
1 changed files with 1 additions and 1 deletions
|
@ -39,8 +39,8 @@
|
|||
<img src="{{ article.featured_image }}">
|
||||
{% endif %}
|
||||
{{ article.summary }}
|
||||
<br>
|
||||
{% if article.content != article.summary %}
|
||||
<br>
|
||||
<a class="btn" href="{{ SITEURL }}/{{ article.url }}{% if not DISABLE_URL_HASH %}#{{ article.slug }}{% endif %}">{{ _('Continue reading') }}</a>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue