Change copyright year to be current (#121)
This commit is contained in:
parent
bab77656bb
commit
b4688a765e
|
@ -3,7 +3,7 @@
|
||||||
{{ with .Site.Params.footercontent }}
|
{{ with .Site.Params.footercontent }}
|
||||||
<p>{{.}}</p>
|
<p>{{.}}</p>
|
||||||
{{ end }}
|
{{ 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.hideCredits }}
|
||||||
{{ if not .Site.Params.hideCopyright }} · {{ end }}
|
{{ if not .Site.Params.hideCopyright }} · {{ end }}
|
||||||
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/luizdepra/hugo-coder/">Coder</a>.
|
||||||
|
|
Loading…
Reference in New Issue