Back to Vector

Community

website/layouts/partials/home/community.html

0.55.0478 B
Original Source

{{ $comm := .Params.community }} {{ $social := site.Menus.community }}

{{ partial "home/heading.html" (dict "title" $comm.title) }} {{/* Project stats */}} {{ range $index, $stat := $comm.stats }} {{ $stat.figure }} {{ $stat.title }} {{ end }} {{/* Social links */}}

{{ range $social }} {{ template "community-button" . }} {{ end }}

{{/* Spinning globe (see assets/js/home.tsx) */}}

{{ define "community-button" }} {{ .Name }} {{ end }}