Updates footer.html (#8)

Fixes #7
This commit is contained in:
Josh Asplund 2018-01-01 18:10:52 -06:00 committed by Shawn O'Hare
parent 372d793f65
commit cfa6769e1c

View file

@ -18,7 +18,7 @@
{{ with .Site.Params.copyright }} {{ with .Site.Params.copyright }}
{{ . | safeHTML }} {{ . | safeHTML }}
{{ else }} {{ else }}
© {{.Now.Format "2006"}} © {{now.Format "2006"}}
{{ with .Site.Params.copyrightHolder }}{{ . }}{{end}}. {{ with .Site.Params.copyrightHolder }}{{ . }}{{end}}.
All rights reserved. All rights reserved.
{{end}} {{end}}