From e73779fec18a417ac04d694f75b6f9bbce0f47ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 19 Feb 2021 15:31:50 +0300 Subject: render tags on the client --- js/Headlines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/Headlines.js') diff --git a/js/Headlines.js b/js/Headlines.js index 2effc9192..f98b3dcce 100755 --- a/js/Headlines.js +++ b/js/Headlines.js @@ -495,7 +495,7 @@ const Headlines = {
${hl.buttons_left} label_outline - ${hl.tags_str} + ${Article.renderTags(hl.id, hl.tags)} (+) ${comments} -- cgit v1.2.3-54-g00ecf