diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 8ab9426..1c1b3ee 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -18,7 +18,7 @@
{{ with .Site.Params.copyright }}
{{ . | safeHTML }}
{{ else }}
- © {{.Now.Format "2006"}}
+ © {{now.Format "2006"}}
{{ with .Site.Params.copyrightHolder }}{{ . }}{{end}}.
All rights reserved.
{{end}}