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 %}