projects
/
WP-Themes
/
littlefieldtownship.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c184796
)
added slideshow shortcode
author
Ian Weller
<ian@gaslightmedia.com>
Wed, 24 Feb 2016 15:02:24 +0000
(10:02 -0500)
committer
Ian Weller
<ian@gaslightmedia.com>
Wed, 24 Feb 2016 15:02:24 +0000
(10:02 -0500)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
b8b61a4
..
cfe638d
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-2,7
+2,7
@@
<main class="page-front">
<div class="row collapse">
<div id="head-img">
- <?php
echo glm_get_background();
?>
+ <?php
get_template_part('parts/slide-show');
?>
</div>
</div>
<div id="content-wrapper">