Skip to content

Commit 36f66da

Browse files
committed
Fix only agendas appearing
1 parent 7beb4a3 commit 36f66da

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

meetings.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ title: Meetings
6868
{% assign month = file.path | remove: "/assets/meetings" | slice: 6, 2 %}
6969
{% assign year = file.path | remove: "/assets/meetings" | slice: 1, 4 %}
7070

71-
72-
{% if ((path2 contains path1) and not (path3 contains path1)) %}
71+
{% if path1 contains path3 %}
72+
{% elsif path2 contains path1 %}
7373
{% if file.path contains '.html' %}
7474
{% if file.path contains 'agm' %}
7575
<li>
@@ -123,7 +123,6 @@ title: Meetings
123123
</li>
124124
{% endif %}
125125
{% endif %}
126-
{% elsif path1 contains path3 %}
127126
{% else %}
128127
{% if file.path contains 'agm' %}
129128
<li>

0 commit comments

Comments
 (0)