{{- with .Site.Copyright -}} {{ . }} {{- else -}} {{- with .Site.Params.copyright -}} {{- with .startyear -}} {{- if lt ( int . ) now.Year -}} {{- $.Scratch.Set "copyrightStartYear" . -}} {{- end -}} {{- end -}} {{ .prefix | markdownify }} © {{ with ( $.Scratch.Get "copyrightStartYear" ) }}{{ . }}-{{ end }}{{ now.Year }} {{ or .holder $.Site.Title | markdownify }} {{ .suffix | markdownify }} {{- end -}} {{- end -}}