{{- $ft := .Site.Params.footer }} {{ if $ft.translate }}
{{ end }} {{- with .Site.Params.busuanzi }} {{- if .enable }}
{{- if .visitors }} {{- end }} {{- if .views }} {{- end }}
{{- end }} {{- end }} {{- if $ft.powered }}
{{ $pb := printf "Hugo & Hugo NexT.%s" hugo.Version .Site.Data.config.version .Site.Params.scheme }} {{- printf (T "FooterPowerby") $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 }}