{{/* Footer menu */}} {{ if .Site.Params.footer.showMenu | default true }} {{ if .Site.Menus.footer }}
    {{ range .Site.Menus.footer }}
  • {{ .Name | markdownify | emojify }}
  • {{ end }}
{{ end }} {{ end }}
{{/* Copyright */}} {{ if .Site.Params.footer.showCopyright | default true }}

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

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

{{ $hugo := printf `Hugo` }} {{ $blowfish := printf `Blowfish` }} {{ i18n "footer.powered_by" (dict "Hugo" $hugo "Theme" $blowfish) | safeHTML }}

{{ end }}
{{ $jsProcess := resources.Get "js/process.js" }} {{ $jsProcess = $jsProcess | resources.Minify | resources.Fingerprint "sha512" }} {{/* Extend footer - eg. for extra scripts, etc. */}} {{ if templates.Exists "partials/extend-footer.html" }} {{ partialCached "extend-footer.html" . }} {{ end }}