mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 20:53:59 +02:00
examples: Fix now
usage in footer
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
f806e951fd
commit
a354d130dc
@@ -2,8 +2,8 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<hr>
|
<hr>
|
||||||
<div class="col-sm-12">
|
<div class="col-sm-12">
|
||||||
<p>© Enthusiastic Hugo User {{ .Now.Format "2006" }} ·
|
<p>© Enthusiastic Hugo User {{ now.Format "2006" }} ·
|
||||||
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
|
Built with <a href="https://github.com/gohugoio/hugo">Hugo</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
Reference in New Issue
Block a user