blob: 2f4ba79155f5a6b7f3485c54d962ddf1b2cd8017 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
<footer>
<div class="container-lg clearfix">
<div class="col-12 footer">
<span><i class="far fa-copyright"></i> {{ now.Format "2006" }} <a href="{{ .Site.BaseURL }}">{{ .Site.Params.author }}</a> |
{{ i18n "footerPoweredFront" }}<a href="https://github.com/amzrk2/hugo-theme-fuji/"
target="_blank">Fuji-v2</a> & <a href="https://gohugo.io/"
target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}</span>
</div>
</div>
</footer>
|