projects
/
web
/
GruntInit
/
glmTheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bee550e
)
fixing a problem I caused with a miss spelling
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 27 Jul 2016 14:01:03 +0000
(10:01 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 27 Jul 2016 14:01:03 +0000
(10:01 -0400)
root/index.php
patch
|
blob
|
history
diff --git
a/root/index.php
b/root/index.php
index
2664f40
..
36a52be
100644
(file)
--- a/
root/index.php
+++ b/
root/index.php
@@
-37,7
+37,7
@@
<?php get_template_part('parts/single'); ?>
<!-- Blog Single Post partial -->
<?php } elseif (is_search()) { ?>
- <?php get_template_part('parts/search-result
s
'); ?>
+ <?php get_template_part('parts/search-result'); ?>
<!-- Search Result Page partial -->
<?php } else { ?>
<main class="page-inside">