| Index: pages/committee/members.tmpl |
| =================================================================== |
| --- a/pages/committee/members.tmpl |
| +++ b/pages/committee/members.tmpl |
| @@ -378,16 +378,30 @@ |
| }, |
| { |
| "group": "Advertisers", |
| "position": "Member", |
| "name": "Elizabeth Johnson", |
| "title": "Director, Growth & Emerging Media", |
| "org": "Ad Coucil", |
| }, |
| + { |
| + "group": "Ad Tech Agencies", |
| + "position": "Member", |
| + "name": "Marty Kratky-Katz", |
| + "title": "CEO", |
| + "org": "Blockthrough", |
| + }, |
| + { |
| + "group": "User Agents", |
| + "position": "Representative", |
| + "name": "Michael O'Neill", |
| + "title": "Co-Founder & CTO", |
| + "org": "Baycloud Systems", |
| + }, |
| ] %} |
| {% macro member_list(group, position) -%} |
| {% set count = [] %} |
| {% for member in members %} |
| {% if member.group == group and member.position == position %} |
| {% if (count | length) == 0 %} |
| <ul class="member-list"> |