shithub: hugo

Download patch

ref: a354d130dc8aaab8bdaf7223af3aa862db44c9d5
parent: f806e951fd7f1c98b1b2b87b35d02525830f5451
author: Cameron Moore <[email protected]>
date: Tue Sep 26 18:09:47 EDT 2017

examples: Fix `now` usage in footer

--- 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>