Skip to content

Commit 96620b4

Browse files
author
Park Hyunwoo
committed
Add pipe character for sort filter to fix liquid syntax warning
1 parent e513d67 commit 96620b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

appendix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
2525
{% endfor %}
2626
{% endfor %}
2727
</tr>
28-
{% assign licenses = site.licenses sort: "path" %}
28+
{% assign licenses = site.licenses | sort: "path" %}
2929
{% for license in licenses %}
3030
<tr style="height: 3em"><th scope="row"><a href="{{ license.id }}">{{ license.title }}</a></th>
3131
{% assign seen_tags = '' %}

0 commit comments

Comments
 (0)