diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index e318c42..a6f0476 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -40,11 +40,32 @@

{{#i18n.Translations}}{{posted_on_label}}{{/i18n.Translations}} {{OP.Board}}

-
- {{{OP.Truncate.RenderPost}}} - {{#Truncate.Replies}} - {{{Truncate.RenderPost}}} - {{/Truncate.Replies}} +
+ + + {{PostCount}} posts + + + {{ImageCount}} images + + +
+ {{{OP.RenderTruncatedPost}}} +
+ {{#Truncate}} + {{#Replies}} +
+ {{{RenderTruncatedPost}}} +
+ {{/Replies}} +
+
+ {{MissingPostCount}} posts excluded + {{MissingImageCount}} images excluded +
+
+ {{/Truncate}} +

{{/threads}}