projects
/
WP-Themes
/
hpakidscamp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
173b9c9
)
removing landing page class from the front page wrapper
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 19:03:11 +0000
(15:03 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 31 May 2018 19:03:11 +0000
(15:03 -0400)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/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";