From c4862d1b75f44113fb9e4157ff383765d18db149 Mon Sep 17 00:00:00 2001 From: Marvin Steadfast Date: Tue, 10 Nov 2015 15:23:19 +0100 Subject: [PATCH] removed category links in index and article templates --- themes/flex/templates/article.html | 2 +- themes/flex/templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/flex/templates/article.html b/themes/flex/templates/article.html index 46fd88c..e6e8d52 100644 --- a/themes/flex/templates/article.html +++ b/themes/flex/templates/article.html @@ -13,7 +13,7 @@

{{ article.title }}

-

Posted on {{ article.locale_date }} in {{ article.category }}

+

Posted on {{ article.locale_date }}

{{ article.content }} diff --git a/themes/flex/templates/index.html b/themes/flex/templates/index.html index db7c465..af3abb5 100644 --- a/themes/flex/templates/index.html +++ b/themes/flex/templates/index.html @@ -6,7 +6,7 @@

{{ article.title }}

- Posted on {{ article.locale_date }} in {{ article.category }} + Posted on {{ article.locale_date }} {% if article.tags %} • Tagged with {% for tag in article.tags %}