@@ -14,7 +14,8 @@ title: "{{ "now" | date: "%Y-%m-%d" }}"
14
14
15
15
# {{ site.foundation_name }} Technical Advisory Council (TAC) Meeting - {{ "now" | date: "%B %e, %Y" }}
16
16
17
- {% if site.tac_lfx_meeting_url -%}
17
+ {%- if site.tac_lfx_meeting_url %}
18
+
18
19
Join the meeting at [{{ site.tac_lfx_meeting_url }}]({{ site.tac_lfx_meeting_url }})
19
20
{%- endif %}
20
21
@@ -40,13 +41,15 @@ Join the meeting at [{{ site.tac_lfx_meeting_url }}]({{ site.tac_lfx_meeting_url
40
41
{%- endif -%}
41
42
{% endfor %}
42
43
43
- {% if site.vote_of_tac_committee_title -%}
44
+ {%- if site.vote_of_tac_committee_title %}
45
+
44
46
### {{ site.vote_of_tac_committee_title }}
45
47
{% for member in site.data.tacmembers -%}
46
48
{% if member["Appointed By"] == "Vote of TAC Committee" %}
47
49
- [ ] {{ member["Full Name"] }} - {{ member["Account Name: Account Name"] }}
48
50
{%- endif -%}
49
51
{% endfor %}
52
+
50
53
{%- endif %}
51
54
52
55
## Non-Voting Attendees
@@ -100,12 +103,17 @@ the Linux Foundation.
100
103
{%- if agendaitem.meeting_label == "4-tac-meeting-short" %}
101
104
- {{ agendaitem.title }} [#{{ agendaitem.number }}]({{ agendaitem.url }})
102
105
{%- endif -%}
103
- {% endfor %}
104
- {% for agendaitem in agendaitems -%}
105
- {%- if agendaitem.meeting_label != "4-tac-meeting-short" -%}
106
+ {% endfor -%}
107
+ {% for agendaitem in agendaitems %}
108
+ {%- if agendaitem.meeting_label contains "2-annual-review" %}
109
+ - Annual Review: {{ agendaitem.title }} [#{{ agendaitem.number }}]({{ agendaitem.url }})
110
+ {%- elsif agendaitem.meeting_label contains "1-new-project-wg" %}
111
+ - New Project/Working Group Proposal: {{ agendaitem.title }} [#{{ agendaitem.number }}]({{ agendaitem.url }})
112
+ {%- elsif agendaitem.meeting_label != "4-tac-meeting-short" %}
106
113
- {{ agendaitem.title }} [#{{ agendaitem.number }}]({{ agendaitem.url }})
107
- {%- endif %}
114
+ {%- endif - %}
108
115
{% endfor %}
116
+
109
117
## Notes
110
118
111
119
0 commit comments