summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: 31dd7915b4aab878cc92a8a10fc5d6014f92cb60 (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.Title }}</a> |
            Powered by <a href="https://gohugo.io/" target="_blank">Hugo {{ hugo.Version }}</a>
            & <a href="https://github.com/amzrk2/hugo-theme-fuji/" target="_blank">Fuji</a>
        </p>
    </div>
</footer>