projects
/
WP-Themes
/
truenorthgolf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895329c
)
Add link to bloghome, to homepage blog title
author
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:16:11 +0000
(11:16 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Mon, 12 Sep 2016 15:16:11 +0000
(11:16 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
20969d9
..
7ca0ef2
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-28,7
+28,7
@@
</div>
<div class="row">
<div id="main-content" class="small-12 medium-8 columns">
- <
h1>Our Blog</h1
>
+ <
a href="<?php echo get_home_url(); ?>"><h1>Our Blog</h1></a
>
<?php
get_template_part('parts/blog-feed-front');
?>