mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix missing article summary on the index template
Show the article.summary for teasers
This commit is contained in:
parent
3dc5a0e222
commit
60304c029a
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ All Articles
|
|||
</div>
|
||||
<div class="col-sm-8 teaser-main">
|
||||
<h2><a href="/{{ article.url }}" title="Permalink to {{ article.title|striptags }}">{{ article.title }}</a></h2>
|
||||
<p>{{ article.content|striptags|truncate(256) }}</p>
|
||||
<p>{{ article.summary }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue