{{ 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.Copyright }}{{ replace . "{year}" now.Year | markdownify}}{{ end }}
{{/* Display copyright license. */}} {{ partial "site_footer_license" . }}{{ $is_sponsor := site.Params.i_am_a_sponsor | default false }} {{ $hide_published_with_footer := site.Params.power_ups.hide_published_with | default true }} {{ if not (and $is_sponsor $hide_published_with_footer) }} Published with Wowchemy — the free, open source website builder that empowers creators. {{ end }} {{ if not (in (slice "book" "docs" "updates") .Type) }} {{ end }}