We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7beb4a3 commit 36f66daCopy full SHA for 36f66da
meetings.md
@@ -68,8 +68,8 @@ title: Meetings
68
{% assign month = file.path | remove: "/assets/meetings" | slice: 6, 2 %}
69
{% assign year = file.path | remove: "/assets/meetings" | slice: 1, 4 %}
70
71
-
72
- {% if ((path2 contains path1) and not (path3 contains path1)) %}
+ {% if path1 contains path3 %}
+ {% elsif path2 contains path1 %}
73
{% if file.path contains '.html' %}
74
{% if file.path contains 'agm' %}
75
<li>
@@ -123,7 +123,6 @@ title: Meetings
123
</li>
124
{% endif %}
125
126
- {% elsif path1 contains path3 %}
127
{% else %}
128
129
0 commit comments