Update article.html (#39)

The cover image wasn't showing properly because of a <span> element that was not closed.
Thanks for the great theme!
This commit is contained in:
Chris Dinant 2018-11-02 05:56:10 +01:00 committed by Arul
parent b5c16f8937
commit 31af8bf4ac

View file

@ -82,7 +82,7 @@
<h1 class="post-title">{{ article.title }}</h1>
<!-- TODO : Proper class for headline -->
{% if article.headline %}
<span class="blog-description">{{ article.headline }}</h3>
<span class="blog-description">{{ article.headline }}</span>
{% endif %}
<span class="post-meta">
{% for author in article.authors %}