From 3659e8a7b0553e3320597d3bddca28c075c590c1 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 12 Apr 2018 00:08:55 +0200 Subject: [PATCH] changed the categories element into a span, so the 'related to' element lines beautifully in --- themes/varia/templates/article.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/varia/templates/article.html b/themes/varia/templates/article.html index ab5079c..2d9fe52 100644 --- a/themes/varia/templates/article.html +++ b/themes/varia/templates/article.html @@ -48,11 +48,11 @@ {% if article.category %} -
+ {{ article.category }} -
+ {% endif %} {% if article.translations %}