From 77a05d38f55150600fc081cd8fb012ea5b9d8a5f Mon Sep 17 00:00:00 2001 From: Andrew Lee <andytaelee@gmail.com> Date: Sat, 10 Sep 2016 22:31:50 -0400 Subject: [PATCH] Add footer link --- _includes/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/footer.html b/_includes/footer.html index 2583e4a..01d93bb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -6,7 +6,7 @@ <div class="footer-manu"> <ul> <li><a href="#">About Us</a></li> - <li><a href="#">Contact us</a></li> + <li><a href="/contact">Contact us</a></li> <li><a href="#">How it works</a></li> <li><a href="#">Support</a></li> <li><a href="#">Terms</a></li> -- GitLab