From 7deb1215b5dfaf6c7e263c8972b4224d2dc32158 Mon Sep 17 00:00:00 2001 From: Konstantin Baierer Date: Tue, 25 Oct 2016 03:20:01 +0200 Subject: [PATCH] element template: Link to categories --- 1.2/templates/element | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1.2/templates/element b/1.2/templates/element index f8ec2fb..e3b2c2a 100644 --- a/1.2/templates/element +++ b/1.2/templates/element @@ -13,7 +13,7 @@ {% endif %} {% if categories %} - : Categories + : Categories :: {% for category in categories %}{{ category }} Elements {% if not loop.last %}, {% endif %} {% endfor %} {% endif %}