left.html 127 B

12345
  1. {{ with .Site.Params.links -}}
  2. {{ with index . "user" -}}
  3. {{- partial "footer/links.html" . -}}
  4. {{ end -}}
  5. {{ end -}}