Skip to content

Commit 7beb4a3

Browse files
committed
Fix again
1 parent 2602c00 commit 7beb4a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 not path3 contains path1 %}
72+
{% if ((path2 contains path1) and not (path3 contains path1)) %}
7373
{% if file.path contains '.html' %}
7474
{% if file.path contains 'agm' %}
7575
<li>

0 commit comments

Comments
 (0)