{{ $showFooter := default true .Site.Params.showFooter }} {{ if $showFooter }} {{/* Footer start hook */}} {{ partial "functions/get_hook.html" (dict "hook" "footer_start" "context" .) }}
Powered by Hugo and tomfran/typo
{{ end }} {{ with .Site.Params.footerContent }}{{ . | markdownify }}
{{ end }} {{ end }}