From 0d031af65fefc331d2cefcce980d417fa32ded42 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 15 Jul 2015 18:00:54 -0400 Subject: [PATCH] adding back tags to topics_list --- less/category.less | 9 +++++++++ templates/partials/topics_list.tpl | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/less/category.less b/less/category.less index afbc269..f33bc3c 100644 --- a/less/category.less +++ b/less/category.less @@ -63,6 +63,15 @@ opacity: 1; } } + + .tag-list { + .tag { + text-transform: uppercase; + font-size: 10px; + background: lighten(@gray-lighter, 2.5%); + padding: 5px; + } + } } &:last-child li { diff --git a/templates/partials/topics_list.tpl b/templates/partials/topics_list.tpl index 92e8add..06b7902 100644 --- a/templates/partials/topics_list.tpl +++ b/templates/partials/topics_list.tpl @@ -23,6 +23,12 @@
+ + + {topics.tags.value} + + +