blob: 99cb5918aa7611d9c5b9cd2d4b8bf6463de15d93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<footer>
<div class="container-lg text-center">
<p>
© {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a> |
Powered by <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
& <a href="https://gohugo.io/" target="_blank">Hugo</a>
</p>
</div>
</footer>
|