diff --git a/site/layouts/partials/community-links.html b/site/layouts/partials/community-links.html index 9c5545d4dc..be51d13066 100644 --- a/site/layouts/partials/community-links.html +++ b/site/layouts/partials/community-links.html @@ -7,12 +7,18 @@ {{ with index $links "user"}} {{ template "community-links-list" . }} {{ end }} +{{ with index $links "mailinglistuser"}} +{{ 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 }} + {{ with index $links "mailinglistdev"}} +{{ template "community-links-list" . }} {{ end }}

You can find out how to contribute to these docs in our Contributing Guide.