Back to Falco

Community Links

layouts/partials/community_links.html

latest657 B
Original Source

{{ $links := .Site.Params.links }}

Learn and Connect

Using or want to use {{ .Site.Title }}? Find out more here: {{ with index $links "user"}} {{ template "community-links-list" . }} {{ end }}

Develop and Contribute

If you want to get more involved by contributing to {{ .Site.Title }}, join us here: {{ with index $links "developer"}} {{ template "community-links-list" . }} {{ end }}

You can find out how to contribute in Contribution Guidelines.

{{ define "community-links-list" }}

{{ range . }} - {{ .name }}
{{ .desc }}

{{ end }} {{ end }}