From d5967c12c7d5cf2f401de46028dc203258761aff Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Mon, 8 Oct 2018 12:27:12 -0400 Subject: [PATCH] Minor fix to margin for top links --- index.php | 4 +++- scss/_main.scss | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index 34cef6f..8324d87 100644 --- a/index.php +++ b/index.php @@ -34,7 +34,9 @@ if (is_search()) { include "sections/search.php"; } - if (is_page() && !is_front_page()) { + if(is_page(OWNERS_PAGE) ){ + include "sections/owners-home.php"; + } else if (is_page() && !is_front_page()) { include "sections/interior-page.php"; } echo '