From cfa6769e1c55223879d51a0fbbcfeab92f07d071 Mon Sep 17 00:00:00 2001 From: Josh Asplund Date: Mon, 1 Jan 2018 18:10:52 -0600 Subject: [PATCH] Updates footer.html (#8) Fixes #7 --- layouts/partials/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}