We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e513d67 + 96620b4 commit cca13baCopy full SHA for cca13ba
1 file changed
appendix.md
@@ -25,7 +25,7 @@ If you're here to choose a license, **[start from the home page](/)** to see a f
25
{% endfor %}
26
27
</tr>
28
-{% assign licenses = site.licenses sort: "path" %}
+{% assign licenses = site.licenses | sort: "path" %}
29
{% for license in licenses %}
30
<tr style="height: 3em"><th scope="row"><a href="{{ license.id }}">{{ license.title }}</a></th>
31
{% assign seen_tags = '' %}
0 commit comments