Source code for orthocarekolkata.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

20 lines
725 B

<!-- footer Start -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-manu">
<ul>
{{ range .Site.Menus.footer }}
<li><a href="{{ .URL | absURL }}">{{ .Name }}</a></li>
{{ end }}
</ul>
</div>
<p>Copyright &copy; Saumitra Sircar 2019.</p>
<p>Theme Design &amp; Developed by Themefisher.</p>
<p>Stock photos taken from <a href="https://www.pexels.com/">Pexels</a></p>
<p>All rights reserved.</p>
</div>
</div>
</div>
</footer>