Skip to content

Commit 95bc63b

Browse files
authored
Merge branch 'gh-pages' into gpl-trailer-brackets
2 parents 64ba25a + cca13ba commit 95bc63b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exclude:
3535
- assets/vendor/selectivizr/tests
3636
- assets/vendor/clipboard/test
3737

38-
gems:
38+
plugins:
3939
- jekyll-sitemap
4040
- jekyll-redirect-from
4141
- jekyll-seo-tag

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)