{{/* Pull in the contributors array into a hugo var at build time. It's rendered inline as a JS array. We build out the content after the page has rendered to avoid loading 400+ images on intial load. The data looks like: ```js [ {"url":"https://github.com/0intro","photo":"https://avatars.githubusercontent.com/u/6043744?v=3","username":"0intro"} ] ``` */}} {{ $contributors := getJSON "https://contributors.cloud.ipfs.team/contributors?org=all" }}