Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footer.copyright.html « partials « layouts « blog « examples - github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 64c9353ea2ebcb3a439423101c15ff65070ccdd3 (plain)
1
2
3
4
5
6
7
8
9
        <footer>
            <div class="row">
                <hr>
                <div class="col-sm-12">
                    <p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
                    Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
                </div>
            </div>
        </footer>