summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: be8f5bf21b8e11ebb352dfa1e0b12174a201fbae (plain) (blame)
1
2
3
4
5
<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>