projects
/
WP-Plugins
/
hubspot-blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5439fff
)
made the read more link in the frontPage view file bold and changed the text to ...
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Aug 2016 19:44:41 +0000
(15:44 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 17 Aug 2016 19:44:41 +0000
(15:44 -0400)
views/frontPage.php
patch
|
blob
|
history
diff --git
a/views/frontPage.php
b/views/frontPage.php
index
bddf074
..
3f26fca
100644
(file)
--- a/
views/frontPage.php
+++ b/
views/frontPage.php
@@
-12,7
+12,7
@@
echo '<div class="hubspot-container">'
. '</a>'
. '</div>'
. '<div class="hubspot-blog-content">'. $content . '</div>'
- . '<a
href="' .$url .'"> Read
More </a>'
+ . '<a
style="font-weight: bold;" href="' .$url .'">
More </a>'
. '</div>';
?>