Files
hugo-profile/layouts/partials/sections/v1/footer.html
T
2021-08-09 23:15:39 +05:30

12 lines
493 B
HTML

<footer class="footer py-3 text-muted text-center">
<div class="footer-site text-uppercase pb-2 font-weight-bold">
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
</div>
&copy; {{ dateFormat "2006" now }} All Rights Reserved<br>
<div>
Made with &#10084; and
<a href="https://github.com/gurusabarish/hugo-profile" target="_blank">Hugo profile</a>
| Designed and Developed by
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
</div>
</footer>