Skip to content

Commit f804424

Browse files
Update 404.md
1 parent ccd2c7a commit f804424

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

404.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,24 @@
4343
{% endif %}
4444
{% endfor %}
4545
</ul>
46+
47+
48+
## Conditional True Event (`conditional_true_event`)
49+
<ul id="recent-articles">
50+
{% for page in site.pages %}
51+
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event") %}
52+
<li>
53+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
54+
</li>
55+
{% endif %}
56+
{% endfor %}
57+
</ul>
58+
59+
# Ratio to Report (`ratio_to_report`)
60+
<ul id="recent-articles">
61+
{% for page in site.pages %}
62+
{% if page.title contains "RATIO_TO_REPORT" %}
63+
<li>
64+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
65+
</li>
66+
{% endif %}

0 commit comments

Comments
 (0)