diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index 27d451c..c099724 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -49,17 +49,17 @@ {{ImageCount}} images - {{#Truncate}} + +
+ {{MissingPostCount}} posts excluded + {{MissingImageCount}} images excluded +
{{#Replies}}
{{{RenderTruncatedPost}}}
{{/Replies}} -
- {{MissingPostCount}} posts excluded - {{MissingImageCount}} images excluded -
{{/Truncate}}
diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 1402d65..b7f8778 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -50,18 +50,18 @@ {{ImageCount}} images - {{{OP.RenderTruncatedPost}}} - {{#Truncate}} - {{#Replies}} -
- {{{RenderTruncatedPost}}} -
- {{/Replies}} - -
- {{MissingPostCount}} posts excluded - {{MissingImageCount}} images excluded +
+ {{MissingPostCount}} posts excluded + {{MissingImageCount}} images excluded +
+
+ {{{OP.RenderTruncatedPost}}} + {{#Replies}} +
+ {{{RenderTruncatedPost}}} +
+ {{/Replies}} {{/Truncate}}