Skip to content

Commit 52518a0

Browse files
committed
Update README.md
1 parent b73110f commit 52518a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

explainers/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@ Explainers are documents focused on describing a user/ developer/ customer probl
66

77
Currently, the following explainers are available to read and provide feedback:
88

9+
<!--
10+
{%- for file in site.static_files -%}
11+
{% if file.extname == '' %}{{ file }}{% endif %}
12+
{%- endfor -%}
13+
-->
14+
15+
916
<ul>{%- for post in site.static_files -%}
10-
{% if post.path contains 'explainers' and post.path contains '.md'%}
1117
<!-- ={{ post.extname }}= -->
18+
{% if post.path contains 'explainers' and post.path contains '.md'%}
1219
{% assign names = post.path | split: "/" %}
1320
{% for subpath in names %}
1421
{% if forloop.index0 == 2 %}

0 commit comments

Comments
 (0)