1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-01 16:13:02 +02:00

Merge pull request #545 from lqez/fix-liquid-warning

Fix a syntax warning from Liquid
This commit is contained in:
Mike Linksvayer 2017-10-19 22:38:49 -07:00 committed by GitHub
commit cca13baeb4

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 = '' %}