1
0
mirror of https://github.com/github/choosealicense.com synced 2024-06-18 17:53:11 +02:00

Add pipe character for sort filter to fix liquid syntax warning

This commit is contained in:
Park Hyunwoo 2017-10-20 14:25:19 +09:00
parent e513d675c8
commit 96620b4896

View File

@ -25,7 +25,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
{% endfor %}
{% endfor %}
</tr>
{% assign licenses = site.licenses sort: "path" %}
{% assign licenses = site.licenses | sort: "path" %}
{% for license in licenses %}
<tr style="height: 3em"><th scope="row"><a href="{{ license.id }}">{{ license.title }}</a></th>
{% assign seen_tags = '' %}