From 7ba0e728afc1d50a81769ac7d7a56bbf2871fb6e Mon Sep 17 00:00:00 2001 From: jeff Date: Fri, 4 Sep 2015 16:47:52 -0400 Subject: [PATCH] truncate posts and threads --- contrib/templates/default/board.mustache | 8 ++++---- contrib/templates/default/ukko.mustache | 11 ++++------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index dce6874..0d071fe 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -32,11 +32,11 @@
- {{{OP.RenderPost}}} - {{#Replies}} - {{{RenderPost}}} + {{{OP.Truncate.RenderPost}}} + {{#Truncate.Replies}} + {{{Truncate.RenderPost}}}
- {{/Replies}} + {{/Truncate.Replies}}


diff --git a/contrib/templates/default/ukko.mustache b/contrib/templates/default/ukko.mustache index 479b535..c1a1a0a 100644 --- a/contrib/templates/default/ukko.mustache +++ b/contrib/templates/default/ukko.mustache @@ -11,9 +11,6 @@ -
- Front Page -
{{#threads}}
@@ -22,11 +19,11 @@
- {{{OP.RenderPost}}} - {{#Replies}} - {{{RenderPost}}} + {{{OP.Truncate.RenderPost}}} + {{#Truncate.Replies}} + {{{Truncate.RenderPost}}}
- {{/Replies}} + {{/Truncate.Replies}}

{{/threads}}