PIVOINE
{{- partial "logo.html" (dict "id" "footer" "class" "h-10 w-auto") -}}

{{ .Site.Params.description }}

    {{- range .Site.Menus.footer -}}
  • {{- if hasPrefix .URL "http" -}} {{- .Name -}}{{ partial "icon.html" "arrow-external" }} {{- else -}} {{ .Name }} {{- end -}}
  • {{- end -}} {{- with .Site.Params.social -}} {{- range $platform, $url := . -}}
  • {{- $platform | upper -}} {{ partial "icon.html" "arrow-external" }}
  • {{- end -}} {{- end -}}

© {{ .Site.Params.copyrightYear }} {{ .Site.Params.author }}. All rights reserved.