Index summary improvement
Article summary improvement, in case the summary consist of only 1 line. This patch takes care that the button "Continue Reading" is shown under the article, instead of against the article. It will be located at the same location compared to multi-line summaries.
This commit is contained in:
parent
8ed7c50492
commit
9aeade2d23
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
{% if article.featured_image %}
|
{% if article.featured_image %}
|
||||||
<img src="{{ article.featured_image }}">
|
<img src="{{ article.featured_image }}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<p>{{ article.summary }}</p>
|
<div>{{ article.summary }}</div>
|
||||||
{% if article.content != article.summary %}
|
{% if article.content != article.summary %}
|
||||||
<br>
|
<br>
|
||||||
<a class="btn"
|
<a class="btn"
|
||||||
|
|
Loading…
Reference in a new issue