Skip to content

Commit b73110f

Browse files
committed
Update README.md
1 parent b3d7c84 commit b73110f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

explainers/README.md

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

99
<ul>{%- for post in site.static_files -%}
1010
{% if post.path contains 'explainers' and post.path contains '.md'%}
11+
<!-- ={{ post.extname }}= -->
1112
{% assign names = post.path | split: "/" %}
1213
{% for subpath in names %}
1314
{% if forloop.index0 == 2 %}

0 commit comments

Comments
 (0)