test-hugo-webpack/layouts/partials/footer.copyright.html

10 lines
341 B
HTML
Raw Normal View History

2018-02-12 16:36:50 +00:00
<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>