Skip to content

Commit cca13ba

Browse files
authored
Merge pull request #545 from lqez/fix-liquid-warning
Fix a syntax warning from Liquid
2 parents e513d67 + 96620b4 commit cca13ba

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)