projects
/
WP-Themes
/
bpla.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07af2c1
)
weather widget changes
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 26 Sep 2018 17:14:30 +0000
(13:14 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 26 Sep 2018 17:14:30 +0000
(13:14 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
5a17da8
..
82be44a
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-16,11
+16,16
@@
<?php endif;?>
</div>
</div>
-
- <?php
- get_template_part('parts/glm-blocks');
- ?>
-
+ <?php get_template_part('parts/glm-blocks'); ?>
+ <div class="">
+ <style>
+ .wdi_feed_info{
+ max-width: 1000px;
+ margin: 20px auto 10px auto;
+ }
+ </style>
+ <?php echo do_shortcode("[wdi_feed id='1']"); ?>
+ </div>
</div>
</main><!--End of main-->
<?php get_footer(); ?>