examples: Fix `now` usage in footer

This commit is contained in:
Cameron Moore 2017-09-26 22:09:47 -05:00 committed by Bjørn Erik Pedersen
parent f806e951fd
commit a354d130dc
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<div class="row">
<hr>
<div class="col-sm-12">
<p>&copy; Enthusiastic Hugo User {{ .Now.Format "2006" }} &middot;
<p>&copy; Enthusiastic Hugo User {{ now.Format "2006" }} &middot;
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
</div>
</div>
</footer>
</footer>