projects
/
WP-Themes
/
migcsa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bc8265
)
moving the twitter feed title above the feed content
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Sep 2017 12:45:14 +0000
(08:45 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Sep 2017 12:45:14 +0000
(08:45 -0400)
the twitter feed title on the front page was sitting below the actual twitter feed, moving
it above the content
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
63cc649
..
e211159
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-24,8
+24,9
@@
</div>
<?php endforeach;?>
<div class="text-center small-12 medium-4 columns media-feed">
- <?php echo do_shortcode('[custom-twitter-feeds]'); ?>
<a href="#"><h1>Twitter feed</h1></a>
+ <?php echo do_shortcode('[custom-twitter-feeds]'); ?>
+
</div>
</div>
<!--<div class="separator"><hr></div>-->