{{ if .IsTranslated | and site.Params.footer.show_translations }}
{{ with site.GetPage "/privacy.md" }} {{ printf "%s" .RelPermalink .Title | safeHTML }} {{ end }} {{ with site.GetPage "/terms.md" }} {{ if site.GetPage "/privacy.md" }} · {{ end }} {{ printf "%s" .RelPermalink .Title | safeHTML }} {{ end }}
{{ end }} {{ with site.Params.footer.text }}{{ . | markdownify | emojify }}
{{ end }} {{/* Display copyright license. */}} {{ partial "site_footer_license" . }}