From 667e0eb2cb75a08827777eeabb29be88a2a2706b Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 15 Oct 2019 14:26:44 +0200 Subject: [PATCH] Fixes styling issue --- news/templates/news/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/templates/news/post.html b/news/templates/news/post.html index dd47c05..700ee7a 100644 --- a/news/templates/news/post.html +++ b/news/templates/news/post.html @@ -14,7 +14,7 @@
{% endif %} {% if post.style != 2 %} -

{{ post.title }}

+

{{ post.title }}

{% endif %} {% if post.style == 1 %}