{{/* Footer menu */}} {{ if .Site.Menus.footer }}
    {{ range .Site.Menus.footer }}
  • {{ if eq .Params.action "search" }} {{ $.Scratch.Add "searchCount" 1 }} {{ if $.Site.Params.enableSearch | default false }} {{ end }} {{ else if eq .Params.action "appearance" }} {{ $.Scratch.Add "switchCount" 1 }} {{ else }} {{ with .Params.icon }} {{ partial "icon.html" . }} {{ end }}{{ if .Params.showName | default true }} {{ .Name | markdownify | emojify }} {{ end }} {{ end }}
  • {{ end }}
{{ end }}
Kubernetes
{{/* Copyright */}} {{ if .Site.Params.footer.showCopyright | default true }}

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

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

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

{{ end }}
{{/* Appearance switcher */}} {{ if .Site.Params.footer.showAppearanceSwitcher | default false }}
{{ end }}
{{/* Extend footer - eg. for extra scripts, etc. */}} {{ if templates.Exists "partials/extend-footer.html" }} {{ partial "extend-footer.html" . }} {{ end }}