12 lines
493 B
HTML
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>
|
|
© {{ dateFormat "2006" now }} All Rights Reserved<br>
|
|
<div>
|
|
Made with ❤ 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> |