From caf7b14e809196a07cf80387ff63aa69457783f0 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 19 Apr 2017 09:49:13 -0400 Subject: [PATCH] add user css override stubs --- contrib/templates/placebo/board.mustache | 5 +++-- contrib/templates/placebo/frontpage.mustache | 3 ++- contrib/templates/placebo/thread.mustache | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/contrib/templates/placebo/board.mustache b/contrib/templates/placebo/board.mustache index 910e0e7..15a03f4 100644 --- a/contrib/templates/placebo/board.mustache +++ b/contrib/templates/placebo/board.mustache @@ -17,8 +17,9 @@ {{board.Board}} - - + + + {{{board.Navbar}}} diff --git a/contrib/templates/placebo/frontpage.mustache b/contrib/templates/placebo/frontpage.mustache index 8615c9d..d9d8f02 100644 --- a/contrib/templates/placebo/frontpage.mustache +++ b/contrib/templates/placebo/frontpage.mustache @@ -11,7 +11,8 @@ - + + CHANGOLIA diff --git a/contrib/templates/placebo/thread.mustache b/contrib/templates/placebo/thread.mustache index b7b8813..14de071 100644 --- a/contrib/templates/placebo/thread.mustache +++ b/contrib/templates/placebo/thread.mustache @@ -16,8 +16,9 @@ {{board.Board}} - - + + + {{{thread.Navbar}}}