summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: 241955d07a9f558bf863c31e7ea8036fffb9559d (plain) (blame)
1
2
3
4
5
6
7
8
9
<footer>
    <div class="container-lg text-center">
        <p>
            &copy; {{ 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</a>
            & <a href="https://gohugo.io/" target="_blank">Hugo</a>{{ i18n "footerPoweredEnd" }}
        </p>
    </div>
</footer>