projects
/
WP-Themes
/
brewbakers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef0347
)
adding link to enews page to the footer
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 12 Apr 2017 14:28:14 +0000
(10:28 -0400)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 12 Apr 2017 14:28:14 +0000
(10:28 -0400)
sections/footer.php
patch
|
blob
|
history
diff --git
a/sections/footer.php
b/sections/footer.php
index
f327016
..
3632124
100644
(file)
--- a/
sections/footer.php
+++ b/
sections/footer.php
@@
-50,7
+50,7
@@
</div>
<div class="small-12 large-3 text-center large-text-left columns foot-items left" data-equalizer-watch>
<h5>eNews</h5>
- <a href="
#
" class="button">Subscribe Now</a>
+ <a href="
<?php echo get_permalink(236); ?>
" class="button">Subscribe Now</a>
</div>
</div>
<?php endif;?>