forked from mirrors/hugo-tufte
parent
372d793f65
commit
cfa6769e1c
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||||
|
|
Loading…
Reference in a new issue