Skip to content

Commit c8df4d3

Browse files
Update conditional_true_event.md
1 parent 3316c78 commit c8df4d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conditional_true_event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ where symbol='SNOW';
6363
# See also
6464
<ul id="recent-articles">
6565
{% for page in site.pages %}
66-
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event") %}
66+
{% if (page.title contains "Sessionization" or page.title contains "conditional_true_event" or page.title contains "Conditional True Event" or page.title contains "Conditional Change Event") or page.title contains "conditional_change_event"%}
6767
<li>
6868
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
6969
</li>

0 commit comments

Comments
 (0)