{{- /* Hugo and LoveIt */ -}}
{{- printf (T "poweredBySome") `Hugo` | safeHTML }} | {{ T "theme" }} - LoveIt
{{- /* Copyright year */ -}} {{- with .Site.Params.footer.since -}} {{- if lt . now.Year }}{{ . }} - {{ end }}{{ now.Year -}} {{- else -}} {{ now.Year }} {{- end -}} {{- /* Author */ -}} {{- with .Site.Author.name -}}  {{ . }} {{- end -}} {{- /* License */ -}} {{- with .Site.Params.footer.license -}}  | {{ . | safeHTML }} {{- end -}} {{- /* ICP */ -}} {{- with .Site.Params.footer.icp -}}  | 
{{ . | safeHTML }} {{- end -}}