From fd105d03f0a4dd644805921bb01fdd0fdb92bfd8 Mon Sep 17 00:00:00 2001 From: vishakha <54327666+vishakhanihore@users.noreply.github.com> Date: Mon, 14 Oct 2019 18:44:07 +0530 Subject: [PATCH] Rendering links --- site/layouts/partials/community-links.html | 6 ++++++ 1 file changed, 6 insertions(+) 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 }}
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.