]> njoseph.me Git - hyde.git/blobdiff - layouts/partials/sidebar.html
Replacing deprecated function call with now preferred version (#39)
[hyde.git] / layouts / partials / sidebar.html
index 4bdc33e84d2f833c688ad74f007d4b36de6690d3..48fec6aab1bda505c6eb2bfe87f0cc1826c843d3 100644 (file)
@@ -14,6 +14,6 @@
       {{end}}
     </ul>
 
-    <p>{{ with .Site.Params.copyright }}{{.}}{{ else }}&copy; {{.Now.Format "2006"}}. All rights reserved. {{end}}</p>
+    <p>{{ with .Site.Params.copyright }}{{.}}{{ else }}&copy; {{ now.Format "2006"}}. All rights reserved. {{end}}</p>
   </div>
 </div>