examples: Fix `now` usage in footer
authorCameron Moore <moorereason@gmail.com>
Wed, 27 Sep 2017 03:09:47 +0000 (22:09 -0500)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 27 Sep 2017 06:42:44 +0000 (08:42 +0200)
examples/blog/layouts/partials/footer.copyright.html

index 64c9353ea2ebcb3a439423101c15ff65070ccdd3..7f7b5fc7ba95bf05c339274b9f1338995024986d 100644 (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>
\ No newline at end of file
+        </footer>