Skip to content

Commit 0378cc9

Browse files
Update 404.md
1 parent ae54639 commit 0378cc9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

404.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,14 @@
6666
{% endif %}
6767
{% endfor %}
6868
</ul>
69+
70+
## JSON
71+
<ul id="recent-articles">
72+
{% for page in site.pages %}
73+
{% if page.title contains "JSON" %}
74+
<li>
75+
<a href="{{ page.url | relative_url }}">{{ page.title | escape }}</a>
76+
</li>
77+
{% endif %}
78+
{% endfor %}
79+
</ul>

0 commit comments

Comments
 (0)