Skip to content

Commit 461f8d5

Browse files
Update conditional_true_event.md
1 parent 0918e57 commit 461f8d5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

conditional_true_event.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,17 @@ select
5858
from increase_flagged
5959
where symbol='SNOW';
6060
```
61+
62+
63+
# See also
64+
<ul id="recent-articles">
65+
{% 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") %}
67+
<li>
68+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
69+
</li>
70+
{% endif %}
71+
{% endfor %}
72+
</ul>
73+
74+

0 commit comments

Comments
 (0)