From 3a268d968f63bf9f06291a2d06ab0da313843af0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Fri, 16 Sep 2022 22:15:12 -0400 Subject: [PATCH] add tags to posts_list_item for topics (#557) --- templates/partials/posts_list_item.tpl | 10 ++++++++++ 1 file changed, 10 insertions(+) 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")}