diff --git a/templates/partials/posts_list_item.tpl b/templates/partials/posts_list_item.tpl index de31c74..f9bb160 100644 --- a/templates/partials/posts_list_item.tpl +++ b/templates/partials/posts_list_item.tpl @@ -10,6 +10,16 @@ [[global:posted_in, {../category.name}]] + {{{ if ../isMainPost }}} + {{{ if ../topic.tags.length }}} + + {{{ each ../topic.tags }}} + {topic.tags.valueEscaped} + {{{ end }}} + + {{{ end }}} + {{{ end }}} +
{buildAvatar(../user, "md", true, "user-img not-responsive")}