Merge 59bbce80a9
into eac81087ee
This commit is contained in:
commit
1ca1340c84
1 changed files with 0 additions and 4 deletions
|
@ -19,12 +19,8 @@
|
||||||
</p>
|
</p>
|
||||||
</header>
|
</header>
|
||||||
<div>
|
<div>
|
||||||
{% if summarise or article.metadata['summary'] or article.metadata['summarize'] %}
|
|
||||||
{{ article.summary }}
|
{{ article.summary }}
|
||||||
<a class="btn" href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}">Continue reading</a>
|
<a class="btn" href="{{ SITEURL }}/{{ article.url }}#{{ article.slug }}">Continue reading</a>
|
||||||
{% else %}
|
|
||||||
{{ article.content }}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
{% if not loop.last %}
|
{% if not loop.last %}
|
||||||
<hr />
|
<hr />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue