removing landing page class from the front page wrapper
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 19:03:11 +0000 (15:03 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 31 May 2018 19:03:11 +0000 (15:03 -0400)
index.php

index 7003c10..466490c 100644 (file)
--- a/index.php
+++ b/index.php
@@ -5,7 +5,7 @@
     <body>
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
-                <div id="page-wrapper" class="<?php echo is_front_page() ? 'landing-wrapper' : 'interior-wrapper';?>">
+                <div id="page-wrapper" class="<?php echo is_front_page() ?  'interior-wrapper' : '';?>">
                     <?php
                     include "sections/header.php"; 
                     include "sections/off-canvas.php";