From 18f38ad91fec46d1d14ab63a2b2893f08e6afdae Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 12 May 2017 11:13:36 -0400 Subject: [PATCH] fixing page template conditional that was using && is_front_page changed && for || in the template checking on main-content so that the template can be used in interior pages --- parts/main-content.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/main-content.php b/parts/main-content.php index c846197..d7251a2 100644 --- a/parts/main-content.php +++ b/parts/main-content.php @@ -1,4 +1,4 @@ - +
-- 2.17.1