From 31af8bf4aca0c01f47327d8a89e0dded5b3e4fbc Mon Sep 17 00:00:00 2001 From: Chris Dinant Date: Fri, 2 Nov 2018 05:56:10 +0100 Subject: [PATCH] Update article.html (#39) The cover image wasn't showing properly because of a element that was not closed. Thanks for the great theme! --- templates/article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/article.html b/templates/article.html index 70befdf..d160912 100644 --- a/templates/article.html +++ b/templates/article.html @@ -82,7 +82,7 @@

{{ article.title }}

{% if article.headline %} - {{ article.headline }} + {{ article.headline }} {% endif %}