From b4688a765ea5aebed4fbe773e509c3ac3ad7174f Mon Sep 17 00:00:00 2001 From: Joseph Ting Date: Wed, 21 Nov 2018 20:38:36 +0900 Subject: [PATCH] Change copyright year to be current (#121) --- 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 7abffa5..57f3507 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,7 +3,7 @@ {{ with .Site.Params.footercontent }}

{{.}}

{{ end }} - {{ if not .Site.Params.hideCopyright }} © {{ .Site.LastChange.Format "2006" }}{{ end }} + {{ if not .Site.Params.hideCopyright }} © {{ now.Format "2006" }}{{ end }} {{ if not .Site.Params.hideCredits }} {{ if not .Site.Params.hideCopyright }} · {{ end }} Powered by Hugo & Coder.