mirror of
https://github.com/github/choosealicense.com
synced 2024-12-31 17:11:43 +01:00
Merge branch 'gh-pages' into gpl-trailer-brackets
This commit is contained in:
commit
95bc63b2fe
@ -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
|
||||||
|
@ -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 = '' %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user