Skip to content

Commit b3f110f

Browse files
committed
Update README.md
1 parent ffdc12e commit b3f110f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Currently, the following explainers are available to read and provide feedback:
88

99
<!--
1010
{%- for file in site.static_files -%}
11-
{{ file }}
11+
{% if file.path contains 'explainer.md' %}{{ file.path }}{% endif %}
1212
{%- endfor -%}
1313
-->
1414

0 commit comments

Comments
 (0)