mirror of
https://github.com/github/choosealicense.com
synced 2024-12-22 04:40:09 +01:00
fix for license variations
This commit is contained in:
parent
8ff2565f0b
commit
c75fee1469
@ -35,7 +35,7 @@
|
||||
{% assign rules = site.rules[type] | sort: 'label' %}
|
||||
{% for rule_obj in rules %}
|
||||
{% assign req = rule_obj.tag %}
|
||||
{% if page[type] contains req %}
|
||||
{% if variation[type] contains req %}
|
||||
<li class="{{ req }}">{{ rule_obj.label }}</li>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user