Rendering links

pull/5619/head
vishakha 2019-10-14 18:44:07 +05:30 committed by GitHub
parent 73bf396e4d
commit fd105d03f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -7,12 +7,18 @@
{{ with index $links "user"}}
{{ template "community-links-list" . }}
{{ end }}
{{ with index $links "mailinglistuser"}}
{{ template "community-links-list" . }}
{{ end }}
</div>
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-6">
<h2>Develop and Contribute</h2>
<p>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 }}
<p>You can find out how to contribute to these docs in our <a href="/docs/contributing/guide">Contributing Guide</a>.
</div>