diff --git a/appendix.md b/appendix.md index 824b902..f144b75 100644 --- a/appendix.md +++ b/appendix.md @@ -10,7 +10,7 @@ All licenses described in the choosealicense.com [repository](https://github.com {% assign types = "permissions|conditions|limitations" | split: "|" %} - + {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %} @@ -19,12 +19,12 @@ All licenses described in the choosealicense.com [repository](https://github.com {% continue %} {% endif %} {% capture seen_tags %}{{ seen_tags | append:rule_obj.tag }}{% endcapture %} - + {% endfor %} {% endfor %} {% for license in site.licenses | sort: 'path' %} - + {% assign seen_tags = '' %} {% for type in types %} {% assign rules = site.data.rules[type] | sort: "label" %}
LicenseLicense{{ rule_obj.label }}{{ rule_obj.label }}
{{ license.title }}
{{ license.title }}