blob: 76f3fffd3181e626c4d4bae9580ac9b53927eb5a (
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> |
{{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
& <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}
</p>
</div>
</footer>
|