@ -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 {
@ -23,6 +23,12 @@
<i component="topic/locked" class="fa fa-lock <!-- IF !topics.locked -->hide<!-- ENDIF !topics.locked -->"></i>
<a href="{config.relative_path}/topic/{topics.slug}" itemprop="url">{topics.title}</a><br />
<span class="tag-list">
<!-- BEGIN tags -->
<span class="tag">{topics.tags.value}</span>
<!-- END tags -->
</span>
<!-- IF template.category -->
<small>
<!-- IF topics.user.userslug -->