diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000000000000000000000000000000000000..2583e4a880fc8cb63c5faee9caf45106848140ab --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,19 @@ +<!-- footer Start --> +<footer> + <div class="container"> + <div class="row"> + <div class="col-md-12"> + <div class="footer-manu"> + <ul> + <li><a href="#">About Us</a></li> + <li><a href="#">Contact us</a></li> + <li><a href="#">How it works</a></li> + <li><a href="#">Support</a></li> + <li><a href="#">Terms</a></li> + </ul> + </div> + <p>Copyright © Design & Developed by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.</p> + </div> + </div> + </div> +</footer> diff --git a/_layouts/default.html b/_layouts/default.html index 91298dc8c264fd23983d394ac3ebf8512676b5a0..d205e53dcae23d19a7ddae525fcd05a1343ec14a 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -21,26 +21,7 @@ - <!-- footer Start --> - <footer> - <div class="container"> - <div class="row"> - <div class="col-md-12"> - <div class="footer-manu"> - <ul> - <li><a href="#">About Us</a></li> - <li><a href="#">Contact us</a></li> - <li><a href="#">How it works</a></li> - <li><a href="#">Support</a></li> - <li><a href="#">Terms</a></li> - </ul> - </div> - <p>Copyright © Design & Developed by <a href="http://www.themefisher.com">Themefisher</a>. All rights reserved.</p> - </div> - </div> - </div> - </footer> - + {% include footer.html %} <script>document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] + ':35729/livereload.js?snipver=1"></' + 'script>')</script>