Skip to content

Commit 2602c00

Browse files
committed
Fix condition syntax
1 parent 3a7111f commit 2602c00

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

0 commit comments

Comments
 (0)