1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00
gohugoio-hugo/examples/blog/layouts/partials/footer.copyright.html
digitalcraftsman f807953a27 Update Hugo examples
2015-12-26 20:02:21 -07:00

9 lines
338 B
HTML

<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/spf13/hugo">Hugo</a></p>
</div>
</div>
</footer>