1
0
mirror of https://github.com/github/choosealicense.com synced 2024-12-22 04:40:09 +01: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 %}
{% endfor %} {% endfor %}
</tr> </tr>
{% assign licenses = site.licenses sort: "path" %} {% assign licenses = site.licenses | sort: "path" %}
{% for license in licenses %} {% for license in licenses %}
<tr style="height: 3em"><th scope="row"><a href="{{ license.id }}">{{ license.title }}</a></th> <tr style="height: 3em"><th scope="row"><a href="{{ license.id }}">{{ license.title }}</a></th>
{% assign seen_tags = '' %} {% assign seen_tags = '' %}