1
0
mirror of https://github.com/github/choosealicense.com synced 2024-07-06 10:19:37 +02:00

Merge branch 'gh-pages' into gpl-trailer-brackets

This commit is contained in:
Mike Linksvayer 2017-10-24 11:07:35 -07:00 committed by GitHub
commit 95bc63b2fe
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ exclude:
- assets/vendor/selectivizr/tests - assets/vendor/selectivizr/tests
- assets/vendor/clipboard/test - assets/vendor/clipboard/test
gems: plugins:
- jekyll-sitemap - jekyll-sitemap
- jekyll-redirect-from - jekyll-redirect-from
- jekyll-seo-tag - jekyll-seo-tag

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