{{ 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" . }}{{ if not site.Params.i_am_a_sponsor }} Published with Wowchemy Website Builder {{ end }} {{ if not (in (slice "book" "docs" "updates") .Type) }} {{ end }}