mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Strip html tags from article summary
This commit is contained in:
parent
9ef5613eab
commit
1e89cd6389
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ All Articles
|
|||
</header>
|
||||
<div class="col-sm-8">
|
||||
<h2><a href="{{ SITEURL }}/{{ article.url }}">{{ article.title }}</a></h2>
|
||||
{{ article.summary }}
|
||||
{{ article.summary|striptags }}
|
||||
</div>
|
||||
</article>
|
||||
{% if not loop.last %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue