Files
hugo-profile/layouts/partials/sections/v1/footer.html
T
2021-06-05 11:47:40 +05:30

8 lines
351 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>
Designed and Developed by
<a href="https://gurusabarish.tech" target="_blank">Gurusabarish</a>
</footer>