projects
/
WP-Themes
/
universitycenter.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8361146
)
summary: adding link to reserve your space btn on front page
author
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 14 Dec 2016 17:28:22 +0000
(12:28 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Wed, 14 Dec 2016 17:28:22 +0000
(12:28 -0500)
sections/front-page.php
patch
|
blob
|
history
diff --git
a/sections/front-page.php
b/sections/front-page.php
index
8f6ab55
..
c9d8a54
100644
(file)
--- a/
sections/front-page.php
+++ b/
sections/front-page.php
@@
-35,7
+35,7
@@
<div class="row">
<?php get_template_part('parts/main-content');?>
<div id="special-button" class="text-center small-12 columns">
- <a class="reserve" href="
#
">Reserve Your Space</a>
+ <a class="reserve" href="
<?php echo get_permalink(371); ?>
">Reserve Your Space</a>
</div>
</div>
</div>