We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b334af9 commit 27a6f85Copy full SHA for 27a6f85
404.md
@@ -56,6 +56,19 @@
56
{% endfor %}
57
</ul>
58
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
72
## Ratio to Report (`ratio_to_report`)
73
<ul id="recent-articles">
74
{% for page in site.pages %}
0 commit comments