Article 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
21dd3f677b
commit
8ed7c50492
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
{% if article.featured_image %}
|
||||
<img src="{{ article.featured_image }}">
|
||||
{% endif %}
|
||||
{{ article.summary }}
|
||||
<p>{{ article.summary }}</p>
|
||||
{% if article.content != article.summary %}
|
||||
<br>
|
||||
<a class="btn"
|
||||
|
|
Loading…
Reference in a new issue