Skip to content

Commit 27a6f85

Browse files
Update 404.md
1 parent b334af9 commit 27a6f85

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

404.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,19 @@
5656
{% endfor %}
5757
</ul>
5858

59+
## Conditional Change Event (`conditional_change_event`)
60+
<ul id="recent-articles">
61+
{% for page in site.pages %}
62+
{% if (page.title contains "Conditional Change Event") or page.title contains "conditional_change_event") %}
63+
<li>
64+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
65+
</li>
66+
{% endif %}
67+
{% endfor %}
68+
</ul>
69+
70+
71+
5972
## Ratio to Report (`ratio_to_report`)
6073
<ul id="recent-articles">
6174
{% for page in site.pages %}

0 commit comments

Comments
 (0)