diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:37:42 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2013-09-14 15:37:42 -0700 |
commit | ec463ba7e2610ef15333530708f802b0d5069e4c (patch) | |
tree | 5300ee0262217366039a24473674f49152db5450 | |
parent | 5c999a1074bd62e330c1dc6582d18be28819e47e (diff) |
Adding Foursquare link to main nav.
-rw-r--r-- | src/templates/templates/footer.ftl | 3 | ||||
-rw-r--r-- | src/templates/templates/nav.ftl | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/templates/footer.ftl b/src/templates/templates/footer.ftl index 568fe2e..0432974 100644 --- a/src/templates/templates/footer.ftl +++ b/src/templates/templates/footer.ftl @@ -1,13 +1,12 @@ <footer> <div class="left"> - ©2012 Grow Process <a href="${dynamicRoot}/index.html">Home</a> <a href="${dynamicRoot}/about.html">About</a> <a href="${dynamicRoot}/contact.html">Contact</a> </div> <div class="right"> - <a href="http://myfoursquarechurch.com">Foursquare Church</a> + ©2013 <a href="http://myfoursquarechurch.com">Foursquare Church</a> </div> </footer> diff --git a/src/templates/templates/nav.ftl b/src/templates/templates/nav.ftl index 0561bfd..cbbe3bd 100644 --- a/src/templates/templates/nav.ftl +++ b/src/templates/templates/nav.ftl @@ -25,6 +25,7 @@ <#else> <@navLink href="${dynamicRoot}/login.html">Login / Sign Up</@navLink> </#if> + <a href="http://myfoursquarechurch.com">Foursquare Church</a> </ul> </nav> </header> |