diff --git a/layouts/team/list.html b/layouts/team/list.html index f672fb7..98a01d3 100644 --- a/layouts/team/list.html +++ b/layouts/team/list.html @@ -34,42 +34,39 @@

{{ .title | markdownify }}

{{ end }} {{ end }} - - -{{ end }} -{{/* End Executive Board Section */}} - -{{/* Current Team Section */}} -{{ with .Params.current_team_section }} - {{ if .enable }} -
-
-

Current Membership of the Executive Board

-
- {{ range $index, $element := .team_members }} -
-
- -
{{ $element.name | markdownify }}
+ {{/* Current Team Section */}} + {{ with $.Params.current_team_section }} + {{ if .enable }} +
+

Current Membership of the Executive Board

+
+ {{ range $index, $element := .team_members }} +
+
+ +
{{ $element.name | markdownify }}
+ {{ if $element.post }}

{{ $element.post | markdownify }}

{{ end }} +
+
+ {{ end }} +
+ {{ if gt (len .team_members) 8 }} + + {{ end }}
-
+ {{ end }} {{ end }}
- {{ if gt (len .team_members) 8 }} - - {{ end }} -
-
- {{ end }} + {{ end }} {{/* End Current Team Section */}} @@ -109,42 +106,41 @@

{{ .title | markdownify }}

{{ end }} - -{{ end }} -{{ end }} -{{/* End Technical Board Section */}} -{{/* Current Members of Technical Board Section */}} -{{ with .Params.technical_team_section }} - {{ if .enable }} -
-
-

Current Membership of the Technical Advisory Board

-
- {{ range $i, $p := .team_members }} -
-
- -
{{ $p.name | markdownify }}
+ {{/* Current Members of Technical Board Section */}} + {{ with $.Params.technical_team_section }} + {{ if .enable }} +
+

Current Membership of the Technical Advisory Board

+
+ {{ range $i, $p := .team_members }} +
+
+ +
{{ $p.name | markdownify }}
+ {{ if $p.post }}

{{ $p.post | markdownify }}

{{ end }} +
+ {{ end }} +
+ {{ if gt (len .team_members) 8 }} + {{ end }}
- {{ if gt (len .team_members) 8 }} - {{ end }} + {{ end }}
-
- {{ end }} + +{{ end }} {{ end }} {{/* End Current Members of Technical Board Section */}} @@ -227,4 +223,4 @@

{{ .title | markdownify }}

{{ end }} {{ end }} {{/* End Dev Community Section */}} -{{ end }} \ No newline at end of file +{{ end }}