- {{ .Title }} -
-- -
- -- {{ $desc }} -
-{{ T "community_introduce" . }}
+ +## {{ T "community_learn" }} + +{{ T "community_using" . }} + +{{ with index $links "user"}} + {{ template "community-links-list" . }} +{{ end }} + +## {{ T "community_develop" }} + +{{ T "community_contribute" . }} + +{{ with index $links "developer"}} + {{ template "community-links-list" . }} +{{ end }} + +{{ T "community_how_to" . }} {{ T "community_guideline" }}. + +{{ define "community-links-list" -}} +{{ range . }} +- [ {{ .name }}]({{ .url }}): {{ .desc -}} +{{ end -}} +{{ end }} \ No newline at end of file diff --git a/layouts/shortcodes/faq.html b/layouts/shortcodes/faq.html deleted file mode 100644 index 09cf296..0000000 --- a/layouts/shortcodes/faq.html +++ /dev/null @@ -1,13 +0,0 @@ -{{ $faq := site.Data.faq }} -{{ range $idx, $qa := $faq }} -{{ $num := add $idx 1 }} -- {{ $num }}. {{ .q | markdownify }} -
- -- {{ .a | markdownify }} -
-- Version - | -- Description - | -
---|---|
- - {{ .version }} - - | -- {{ .description | markdownify }} - | -