From 9a0c2e3b88c76fde0a1a95a23d9001998b13a00a Mon Sep 17 00:00:00 2001 From: jeff Date: Wed, 5 Aug 2015 08:25:33 -0400 Subject: [PATCH] improve templates --- contrib/templates/default/board.mustache | 6 +++--- contrib/templates/default/navbar.mustache | 5 +++++ contrib/templates/default/postform.mustache | 1 - 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/contrib/templates/default/board.mustache b/contrib/templates/default/board.mustache index 1458b39..7a1cd00 100644 --- a/contrib/templates/default/board.mustache +++ b/contrib/templates/default/board.mustache @@ -8,7 +8,7 @@ board has the properties: - Prefix ( absolute path like //site.tld/ or /path/ ) - Board ( the name of the board ) - - Navar ( a function that renders the navbar, should not be escaped ) + - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) }} @@ -19,9 +19,9 @@ {{board.Board}} - + {{{board.Navbar}}} - +
diff --git a/contrib/templates/default/navbar.mustache b/contrib/templates/default/navbar.mustache index 90d6b06..f2cd733 100644 --- a/contrib/templates/default/navbar.mustache +++ b/contrib/templates/default/navbar.mustache @@ -14,4 +14,9 @@ on {{frontend}}
+
\ No newline at end of file diff --git a/contrib/templates/default/postform.mustache b/contrib/templates/default/postform.mustache index f45ff4a..59e1148 100644 --- a/contrib/templates/default/postform.mustache +++ b/contrib/templates/default/postform.mustache @@ -6,7 +6,6 @@ - reference ( the post we are replying to, or empty string if it's an op ) - button ( the text for the reply button ) }} -

posting