hugo/examples/blog/layouts/partials/footer.copyright.html
2017-06-13 18:59:38 +02:00

9 lines
No EOL
341 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/gohugoio/hugo">Hugo</a></p>
</div>
</div>
</footer>