From 65382410b52cdc8217c2f58b3a7596833c45a7d1 Mon Sep 17 00:00:00 2001 From: Scott Walkinshaw Date: Fri, 27 Feb 2015 22:07:43 -0600 Subject: [PATCH] Restore template-custom to sidebar config --- lib/config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/config.php b/lib/config.php index 6a88beb..97f31ec 100644 --- a/lib/config.php +++ b/lib/config.php @@ -57,7 +57,8 @@ function display_sidebar() { */ [ 'is_404', - 'is_front_page' + 'is_front_page', + ['is_page_template', ['template-custom.php']] ] );