We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2602c00 commit 7beb4a3Copy full SHA for 7beb4a3
meetings.md
@@ -69,7 +69,7 @@ title: Meetings
69
{% assign year = file.path | remove: "/assets/meetings" | slice: 1, 4 %}
70
71
72
- {% if not path3 contains path1 %}
+ {% if ((path2 contains path1) and not (path3 contains path1)) %}
73
{% if file.path contains '.html' %}
74
{% if file.path contains 'agm' %}
75
<li>
0 commit comments