{{- /* Modified version of the footer/center.html partial of Docsy, adding "bottom" links on top of the copyright. */ -}} {{ with .Site.Params.links -}} {{ with index . "bottom" -}} {{- partial "footer/links.html" . -}} {{ end -}} {{ end -}}
{{ partial "footer/copyright.html" . -}}
{{ with .Site.Params.privacy_policy -}} {{ T "footer_privacy_policy" }} {{- end -}} {{ if ne .Site.Params.ui.footer_about_disable nil -}} {{ warnf "Config parameter '.params.ui.footer_about_disable' is DEPRECATED, use '.params.ui.footer_about_enable' instead." -}} {{ end -}} {{ if or .Site.Params.ui.footer_about_enable (eq .Site.Params.ui.footer_about_disable false) -}} {{ with .Site.GetPage "about" -}} {{- end -}} {{ end -}}