summaryrefslogtreecommitdiffstats
path: root/layouts/partials/footer.html
blob: a5317e158a7e1291ba06924164422af5bdf489f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
<footer>
    <div class="container-md 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>