layouts/shortcodes/contributors-home.html (5 lines of code) (raw):
<a class="community-box" href="/team">
<span class="community mr-10">COMMUNITY</span>
<span class="mr-10">SkyWalking has received contributions from <em class="count">{{ .Site.Data.team.totalCount }}</em> individuals now.</span>
<i class="iconfont icon-arrow-right pull-right"></i>
</a>