diff --git a/templates/partials/post_bar.tpl b/templates/partials/post_bar.tpl index 524eb5f..8543967 100644 --- a/templates/partials/post_bar.tpl +++ b/templates/partials/post_bar.tpl @@ -1,10 +1,6 @@
- {{{each tags}}} - - {tags.valueEscaped} - {tags.score} - {{{end}}} +
diff --git a/templates/partials/topic/tags.tpl b/templates/partials/topic/tags.tpl new file mode 100644 index 0000000..79a7b7d --- /dev/null +++ b/templates/partials/topic/tags.tpl @@ -0,0 +1,6 @@ +{{{each tags}}} + + {tags.valueEscaped} + {tags.score} + +{{{end}}} \ No newline at end of file