mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Do not render featured image as part of the content, to not duplicate
ones really in the content
This commit is contained in:
parent
afaf4e8bfb
commit
43b5acb543
1 changed files with 2 additions and 0 deletions
|
|
@ -42,10 +42,12 @@
|
|||
</li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{#
|
||||
{% if article.image %}
|
||||
<img class="article-image img-fluid rounded" alt="article header image" itemprop="image"
|
||||
src="{{ article.image }}" />
|
||||
{% endif %}
|
||||
#}
|
||||
</header>
|
||||
<div class="content">
|
||||
{{ article.content }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue