Skip to content

Commit 3a7111f

Browse files
committed
Update logic to remove duplicate meetings
1 parent 061cb99 commit 3a7111f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ title: Meetings
6969
{% assign year = file.path | remove: "/assets/meetings" | slice: 1, 4 %}
7070

7171

72-
{% if path2 contains path1 %}
72+
{% if path3 !contains path1 %}
7373
{% if file.path contains '.html' %}
7474
{% if file.path contains 'agm' %}
7575
<li>

0 commit comments

Comments
 (0)