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:
c2a5a19
)
changing twitter text to view all tweets
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Sep 2017 18:49:03 +0000
(14:49 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 12 Sep 2017 18:49:03 +0000
(14:49 -0400)
linking twitter title text to the client's twitter home page, changed the
text of the title to View All Tweets
parts/glm-blocks.php
patch
|
blob
|
history
diff --git
a/parts/glm-blocks.php
b/parts/glm-blocks.php
index
6d2fc46
..
1269a9a
100644
(file)
--- a/
parts/glm-blocks.php
+++ b/
parts/glm-blocks.php
@@
-26,8
+26,8
@@
<div class="text-center small-12 medium-4 columns media-feed">
<?php echo do_shortcode('[custom-twitter-feeds]'); ?>
- <a href="https://twitter.com/MiGCSA">
- <h1 class="twitter-title">
Twitter feed
</h1>
+ <a href="https://twitter.com/MiGCSA"
target="_blank"
>
+ <h1 class="twitter-title">
View All Tweets
</h1>
</a>
</div>