{{/* Copyright */}}

{{- with .Site.Copyright }} {{ . | emojify | markdownify }} {{- else }} © {{ now.Format "2006" }} {{ .Site.Author.name | markdownify | emojify }} {{- end }}

{{/* Theme attribution */}} {{ if .Site.Params.attribution | default true }}

{{ $hugo := printf `Hugo` }} {{ $lynx := printf `Lynx` }} {{ i18n "footer.powered_by" (dict "Hugo" $hugo "Lynx" $lynx) | safeHTML }}

{{ end }}
{{/* Extend footer - eg. for extra scripts, etc. */}} {{ if templates.Exists "partials/extend-footer.html" }} {{ partialCached "extend-footer.html" . }} {{ end }}