{{ $ft := .Site.Params.footer }} {{ if $ft.translate }}
{{ end }} {{ if $ft.powered }}
{{ $pb := printf "Hugo & Hugo NexT.%s" hugo.Version .Site.Data.config.version .Site.Params.scheme }} {{ printf (T "Footer.powerby") $pb | safeHTML }}
{{ end }} {{ with $ft.beian }} {{ if .enable }}
{{ .icp }} {{ .provinceAbbr }}公网安备 {{ .provinceAbbr }}公网安备 {{ .gonganNum }} 号
{{ end }} {{ end }} {{ with $ft.vendors }} {{ if .enable }}
{{ range .list }} {{ if .image }} {{ .name }} {{ else }} {{ .name }} {{ end }} {{ end }} {{ .title }}
{{ end }} {{ end }} {{ $custom := .Scratch.Get "footer" }} {{ if $custom }} {{ partialCached $custom . }} {{ end }}