File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ The current Swift Server workgroup consists of the following people:
16
16
{% assign people = site.data.server-workgroup.members | sort: "name" %}
17
17
<ul >
18
18
{% for person in people %}
19
- <li > {{ person.name }}
20
- {% if person.affiliation %}
19
+ <li >{{ person.name }}
20
+ {%- if person.affiliation - %}
21
21
, {{ person.affiliation }}
22
22
{% endif %}
23
23
{% if person.github %}
@@ -32,8 +32,8 @@ We are grateful for the service of the following emeritus workgroup members:
32
32
{% assign people = site.data.server-workgroup.emeriti | sort: "name" %}
33
33
<ul >
34
34
{% for person in people %}
35
- <li > {{ person.name }}
36
- {% if person.affiliation %}
35
+ <li >{{ person.name }}
36
+ {%- if person.affiliation - %}
37
37
, {{ person.affiliation }}
38
38
{% endif %}
39
39
{% if person.github %}
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ The current website workgroup consists of the following people:
19
19
{% assign people = site.data.website-workgroup.members | sort: "name" %}
20
20
<ul >
21
21
{% for person in people %}
22
- <li > {{ person.name }}
23
- {% if person.affiliation %}
22
+ <li >{{ person.name }}
23
+ {%- if person.affiliation - %}
24
24
, {{ person.affiliation }}
25
25
{% endif %}
26
26
{% if person.github %}
@@ -35,8 +35,8 @@ We are grateful for the service of the following emeritus workgroup members:
35
35
{% assign people = site.data.website-workgroup.emeriti | sort: "name" %}
36
36
<ul >
37
37
{% for person in people %}
38
- <li > {{ person.name }}
39
- {% if person.affiliation %}
38
+ <li >{{ person.name }}
39
+ {%- if person.affiliation - %}
40
40
, {{ person.affiliation }}
41
41
{% endif %}
42
42
{% if person.github %}
You can’t perform that action at this time.
0 commit comments