hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit a354d130dc8aaab8bdaf7223af3aa862db44c9d5
parent f806e951fd7f1c98b1b2b87b35d02525830f5451
Author: Cameron Moore <moorereason@gmail.com>
Date:   Tue, 26 Sep 2017 22:09:47 -0500

examples: Fix `now` usage in footer

Diffstat:
Mexamples/blog/layouts/partials/footer.copyright.html | 5++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/examples/blog/layouts/partials/footer.copyright.html b/examples/blog/layouts/partials/footer.copyright.html
@@ -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>